diff options
author | 2010-12-09 19:19:29 -0500 | |
---|---|---|
committer | 2010-12-09 19:19:29 -0500 | |
commit | 34a576b5ed1618f5e5aed0950fcfaed07e0a71ce (patch) | |
tree | d62cf81724293e40c0c41fcd4d24f4cd1eda08bc /modules/textadept | |
parent | eff79c94b8366831cb2a31651f677fb85de70ea8 (diff) | |
download | textadept-34a576b5ed1618f5e5aed0950fcfaed07e0a71ce.tar.gz textadept-34a576b5ed1618f5e5aed0950fcfaed07e0a71ce.zip |
Utilize lexers added to scintillua; modules/textadept/mime_types.conf
Diffstat (limited to 'modules/textadept')
-rw-r--r-- | modules/textadept/mime_types.conf | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/modules/textadept/mime_types.conf b/modules/textadept/mime_types.conf index d3235976..e32b2271 100644 --- a/modules/textadept/mime_types.conf +++ b/modules/textadept/mime_types.conf @@ -44,6 +44,9 @@ awk awk bat batch cmd batch +% Bibtex +bib bibtex + % Boo boo boo @@ -61,13 +64,24 @@ hpp cpp % C# cs csharp +% CMake +cmake cmake +cmake.in cmake + % CSS css css +% CUDA +cu cuda +cuh cuda + % D d dmd di dmd +% Desktop +desktop desktop + % diff diff diff patch diff @@ -82,6 +96,9 @@ eif eiffel % Erlang erl erlang +% F# +fs fsharp + % Forth f forth frt forth @@ -104,6 +121,10 @@ gap gap po gettext pot gettext +% GLSL +glslf glsl +glslv glsl + % GNUPlot dem gnuplot plt gnuplot @@ -177,8 +198,11 @@ mak makefile makefile makefile Makefile makefile -% Maxima -maxima maxima +% Markdown +md markdown + +% Nemerle +n nemerle % NSIS nsh nsis |