diff options
author | Georg Brandl <georg@python.org> | 2013-04-05 09:04:33 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-05 09:04:33 +0200 |
commit | e3a78c5d8d322c10d456ff29ab8d6f08a0a061e3 (patch) | |
tree | af39e371f14b29b3508c75f5af9c3cbdbfd4e05d /pygments/lexers/_mapping.py | |
parent | 325a7f391af3e449a8ee20f24403da45f3149211 (diff) | |
parent | 391833e144e961937abe20adfe6b67b1b14ea993 (diff) | |
download | pygments-e3a78c5d8d322c10d456ff29ab8d6f08a0a061e3.tar.gz |
Merged in gentoo90/pygments-main (pull request #167)
Minor fixes for RPMSpec and NSIS lexers
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index 53e09176..b45c56cd 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -58,6 +58,7 @@ LEXERS = { 'CheetahJavascriptLexer': ('pygments.lexers.templates', 'JavaScript+Cheetah', ('js+cheetah', 'javascript+cheetah', 'js+spitfire', 'javascript+spitfire'), (), ('application/x-javascript+cheetah', 'text/x-javascript+cheetah', 'text/javascript+cheetah', 'application/x-javascript+spitfire', 'text/x-javascript+spitfire', 'text/javascript+spitfire')), 'CheetahLexer': ('pygments.lexers.templates', 'Cheetah', ('cheetah', 'spitfire'), ('*.tmpl', '*.spt'), ('application/x-cheetah', 'application/x-spitfire')), 'CheetahXmlLexer': ('pygments.lexers.templates', 'XML+Cheetah', ('xml+cheetah', 'xml+spitfire'), (), ('application/xml+cheetah', 'application/xml+spitfire')), + 'ClayLexer': ('pygments.lexers.compiled', 'Clay', ('clay',), ('*.clay',), ('text/x-clay',)), 'ClojureLexer': ('pygments.lexers.jvm', 'Clojure', ('clojure', 'clj'), ('*.clj',), ('text/x-clojure', 'application/x-clojure')), 'CobolFreeformatLexer': ('pygments.lexers.compiled', 'COBOLFree', ('cobolfree',), ('*.cbl', '*.CBL'), ()), 'CobolLexer': ('pygments.lexers.compiled', 'COBOL', ('cobol',), ('*.cob', '*.COB', '*.cpy', '*.CPY'), ('text/x-cobol',)), |