diff options
author | 2010-04-28 15:19:33 -0400 | |
---|---|---|
committer | 2010-04-28 15:19:33 -0400 | |
commit | ee0d6f24948ec7f911f84ad247e4640a7369806a (patch) | |
tree | d0cf07e915d8d9d7da7141d0e402e798edf8e9a3 /core/ext | |
parent | f845f7623501efab57768cbd81843e4c163fe412 (diff) | |
download | textadept-ee0d6f24948ec7f911f84ad247e4640a7369806a.tar.gz textadept-ee0d6f24948ec7f911f84ad247e4640a7369806a.zip |
Added Inform, Lilypond, and NSIS lexers; core/ext/mime_types.conf
Thanks to Jeff Stone and Robert Gieseke.
Diffstat (limited to 'core/ext')
-rw-r--r-- | core/ext/mime_types.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/ext/mime_types.conf b/core/ext/mime_types.conf index 05e2db34..10f4a8bb 100644 --- a/core/ext/mime_types.conf +++ b/core/ext/mime_types.conf @@ -124,6 +124,9 @@ shtml hypertext % IDL idl idl +% Inform +inf inform + % ini ini ini reg ini @@ -149,6 +152,9 @@ ltx latex tex latex sty latex +% Lilypond +ly lilypond + % Lisp el lisp lisp lisp @@ -168,6 +174,10 @@ Makefile makefile % Maxima maxima maxima +% NSIS +nsh nsis +nsi nsis + % Objective C m objective_c objc objective_c |