1486 needed to highlight elisp code. |
1486 needed to highlight elisp code. |
1487 |
1487 |
1488 .. versionadded:: 2.1 |
1488 .. versionadded:: 2.1 |
1489 """ |
1489 """ |
1490 name = 'EmacsLisp' |
1490 name = 'EmacsLisp' |
1491 aliases = ['emacs', 'elisp'] |
1491 aliases = ['emacs', 'elisp', 'emacs-lisp'] |
1492 filenames = ['*.el'] |
1492 filenames = ['*.el'] |
1493 mimetypes = ['text/x-elisp', 'application/x-elisp'] |
1493 mimetypes = ['text/x-elisp', 'application/x-elisp'] |
1494 |
1494 |
1495 flags = re.MULTILINE |
1495 flags = re.MULTILINE |
1496 |
1496 |