mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Update lexers
This commit is contained in:
@@ -352,15 +352,13 @@ Jade:
|
|||||||
- '*.jade'
|
- '*.jade'
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/x-jade'
|
- 'text/x-jade'
|
||||||
RHTML:
|
c-objdump:
|
||||||
aliases:
|
aliases:
|
||||||
- 'rhtml'
|
- 'c-objdump'
|
||||||
- 'html+erb'
|
|
||||||
- 'html+ruby'
|
|
||||||
filenames:
|
filenames:
|
||||||
- '*.rhtml'
|
- '*.c-objdump'
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/html+ruby'
|
- 'text/x-c-objdump'
|
||||||
XML+Velocity:
|
XML+Velocity:
|
||||||
aliases:
|
aliases:
|
||||||
- 'xml+velocity'
|
- 'xml+velocity'
|
||||||
@@ -433,6 +431,11 @@ Io:
|
|||||||
- '*.io'
|
- '*.io'
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/x-iosrc'
|
- 'text/x-iosrc'
|
||||||
|
PL/pgSQL:
|
||||||
|
aliases:
|
||||||
|
- 'plpgsql'
|
||||||
|
mimetypes:
|
||||||
|
- 'text/x-plpgsql'
|
||||||
Vala:
|
Vala:
|
||||||
aliases:
|
aliases:
|
||||||
- 'vala'
|
- 'vala'
|
||||||
@@ -609,6 +612,13 @@ Perl:
|
|||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/x-perl'
|
- 'text/x-perl'
|
||||||
- 'application/x-perl'
|
- 'application/x-perl'
|
||||||
|
Scala:
|
||||||
|
aliases:
|
||||||
|
- 'scala'
|
||||||
|
filenames:
|
||||||
|
- '*.scala'
|
||||||
|
mimetypes:
|
||||||
|
- 'text/x-scala'
|
||||||
INI:
|
INI:
|
||||||
aliases:
|
aliases:
|
||||||
- 'ini'
|
- 'ini'
|
||||||
@@ -618,13 +628,15 @@ INI:
|
|||||||
- '*.cfg'
|
- '*.cfg'
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/x-ini'
|
- 'text/x-ini'
|
||||||
c-objdump:
|
RHTML:
|
||||||
aliases:
|
aliases:
|
||||||
- 'c-objdump'
|
- 'rhtml'
|
||||||
|
- 'html+erb'
|
||||||
|
- 'html+ruby'
|
||||||
filenames:
|
filenames:
|
||||||
- '*.c-objdump'
|
- '*.rhtml'
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/x-c-objdump'
|
- 'text/html+ruby'
|
||||||
Tcsh:
|
Tcsh:
|
||||||
aliases:
|
aliases:
|
||||||
- 'tcsh'
|
- 'tcsh'
|
||||||
@@ -682,11 +694,13 @@ AppleScript:
|
|||||||
- 'applescript'
|
- 'applescript'
|
||||||
filenames:
|
filenames:
|
||||||
- '*.applescript'
|
- '*.applescript'
|
||||||
HTML+Smarty:
|
Python 3.0 Traceback:
|
||||||
aliases:
|
aliases:
|
||||||
- 'html+smarty'
|
- 'py3tb'
|
||||||
|
filenames:
|
||||||
|
- '*.py3tb'
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/html+smarty'
|
- 'text/x-python3-traceback'
|
||||||
Literate Haskell:
|
Literate Haskell:
|
||||||
aliases:
|
aliases:
|
||||||
- 'lhs'
|
- 'lhs'
|
||||||
@@ -780,6 +794,12 @@ Modula-2:
|
|||||||
- '*.mod'
|
- '*.mod'
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/x-modula2'
|
- 'text/x-modula2'
|
||||||
|
PostgreSQL SQL dialect:
|
||||||
|
aliases:
|
||||||
|
- 'postgresql'
|
||||||
|
- 'postgres'
|
||||||
|
mimetypes:
|
||||||
|
- 'text/x-postgresql'
|
||||||
HTML+Django/Jinja:
|
HTML+Django/Jinja:
|
||||||
aliases:
|
aliases:
|
||||||
- 'html+django'
|
- 'html+django'
|
||||||
@@ -857,13 +877,13 @@ Django/Jinja:
|
|||||||
mimetypes:
|
mimetypes:
|
||||||
- 'application/x-django-templating'
|
- 'application/x-django-templating'
|
||||||
- 'application/x-jinja'
|
- 'application/x-jinja'
|
||||||
Scala:
|
DTD:
|
||||||
aliases:
|
aliases:
|
||||||
- 'scala'
|
- 'dtd'
|
||||||
filenames:
|
filenames:
|
||||||
- '*.scala'
|
- '*.dtd'
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/x-scala'
|
- 'application/xml-dtd'
|
||||||
Lighttpd configuration file:
|
Lighttpd configuration file:
|
||||||
aliases:
|
aliases:
|
||||||
- 'lighty'
|
- 'lighty'
|
||||||
@@ -1155,13 +1175,11 @@ Ruby:
|
|||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/x-ruby'
|
- 'text/x-ruby'
|
||||||
- 'application/x-ruby'
|
- 'application/x-ruby'
|
||||||
Python 3.0 Traceback:
|
HTML+Smarty:
|
||||||
aliases:
|
aliases:
|
||||||
- 'py3tb'
|
- 'html+smarty'
|
||||||
filenames:
|
|
||||||
- '*.py3tb'
|
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/x-python3-traceback'
|
- 'text/html+smarty'
|
||||||
POVRay:
|
POVRay:
|
||||||
aliases:
|
aliases:
|
||||||
- 'pov'
|
- 'pov'
|
||||||
@@ -1332,6 +1350,13 @@ Batchfile:
|
|||||||
ANTLR:
|
ANTLR:
|
||||||
aliases:
|
aliases:
|
||||||
- 'antlr'
|
- 'antlr'
|
||||||
|
PostgreSQL console (psql):
|
||||||
|
aliases:
|
||||||
|
- 'psql'
|
||||||
|
- 'postgresql-console'
|
||||||
|
- 'postgres-console'
|
||||||
|
mimetypes:
|
||||||
|
- 'text/x-postgresql-psql'
|
||||||
JavaScript+Django/Jinja:
|
JavaScript+Django/Jinja:
|
||||||
aliases:
|
aliases:
|
||||||
- 'js+django'
|
- 'js+django'
|
||||||
@@ -1457,6 +1482,13 @@ C#:
|
|||||||
- '*.cs'
|
- '*.cs'
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'text/x-csharp'
|
- 'text/x-csharp'
|
||||||
|
Gosu Template:
|
||||||
|
aliases:
|
||||||
|
- 'gst'
|
||||||
|
filenames:
|
||||||
|
- '*.gst'
|
||||||
|
mimetypes:
|
||||||
|
- 'text/x-gosu-template'
|
||||||
TeX:
|
TeX:
|
||||||
aliases:
|
aliases:
|
||||||
- 'tex'
|
- 'tex'
|
||||||
@@ -1501,11 +1533,13 @@ JavaScript:
|
|||||||
- 'javascript'
|
- 'javascript'
|
||||||
filenames:
|
filenames:
|
||||||
- '*.js'
|
- '*.js'
|
||||||
|
- '*.json'
|
||||||
mimetypes:
|
mimetypes:
|
||||||
- 'application/javascript'
|
- 'application/javascript'
|
||||||
- 'application/x-javascript'
|
- 'application/x-javascript'
|
||||||
- 'text/x-javascript'
|
- 'text/x-javascript'
|
||||||
- 'text/javascript'
|
- 'text/javascript'
|
||||||
|
- 'application/json'
|
||||||
Common Lisp:
|
Common Lisp:
|
||||||
aliases:
|
aliases:
|
||||||
- 'common-lisp'
|
- 'common-lisp'
|
||||||
@@ -1537,6 +1571,16 @@ ANTLR With CPP Target:
|
|||||||
filenames:
|
filenames:
|
||||||
- '*.G'
|
- '*.G'
|
||||||
- '*.g'
|
- '*.g'
|
||||||
|
Gosu:
|
||||||
|
aliases:
|
||||||
|
- 'gosu'
|
||||||
|
filenames:
|
||||||
|
- '*.gs'
|
||||||
|
- '*.gsx'
|
||||||
|
- '*.gsp'
|
||||||
|
- '*.vark'
|
||||||
|
mimetypes:
|
||||||
|
- 'text/x-gosu'
|
||||||
Hybris:
|
Hybris:
|
||||||
aliases:
|
aliases:
|
||||||
- 'hybris'
|
- 'hybris'
|
||||||
|
|||||||
Reference in New Issue
Block a user