Delete duplicate entry "MariaDB" from mode/meta.js
It's already listed above as "MariaDB SQL". Also add the ".mps" extension to the MUMPS mode.
[dylan mode] Improve and add tests
* Support nested block comments. * Improve number and operator parsing. * Improve string parsing. * Style brackets correctly. * Improve #-words.
[lint addon] Show all hints in tooltip for overlapping annotations
When hovering a line with multiple lint annotations, codeMirror will now show all the attached markers instead of just the first one
[mode/meta] Add a mime type and separate modeInfo entry for edn
This allows findModeByName to work for edn and seems more consistent with how JSON is handled.
[markdown mode] Fix indentation rules to match CommonMark
See http://spec.commonmark.org/0.24/#list-items Closes #3833
`text/troff` is the standard approved by IANA. Also add some non-standard MIME types. https://bugs.freedesktop.org/show_bug.cgi?id=5072
[jsx mode] Support a 'base' configuration parameter
To configure the inner mode. Closes #3893