ThirdParty/Pygments/pygments/lexers/lisp.py

changeset 5072
aab59042fefb
parent 4697
c2e9bf425554
child 5713
6762afd9f963
equal deleted inserted replaced
5070:4e4651e88674 5072:aab59042fefb
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

eric ide

mercurial