Original patch as attached on the bugreport
[midnight-commander.git] / syntax / Syntax
blob771be28da8f558faebb822eb64a7a8037d9159f3
1 # This file describes which highlighting scheme is applied to a particular
2 # file in mcedit.
4 # Each entry consists of two lines: a "file" specification and the
5 # corresponding highlighting definition ("include"). A file specification
6 # can have two or three fields, each separated by white-space characters.
8 # The first field is a regular expression that is matched against the file
9 # name. The second field is a description of the file type and is
10 # currently unused. The third (optional) field is a regular expression
11 # that is matched against the first line of the file. The first entry
12 # that matches wins, that is, all the entries below are ignored.
14 # Certain characters must be quoted in these fields. These are space (\s),
15 # tabs (\t), backslashes(\\), plus (\+) and asterisk (\*). Braces {} and
16 # brackets [] must not be quoted in this file. However, they have a special
17 # meaning when used in the actual syntax definitions.
19 # You can use the following colors in the syntax highlighting files:
20 # black, blue, brightblue, brightcyan, brightgreen, brightmagenta,
21 # brightred, brown, cyan, gray, green, lightgray, magenta, red, white,
22 # yellow
25 file [Ss]yntax$ Syntax\sHighlighting\sdefinitions ^#\ssyntax\srules\sversion\s
26 include syntax.syntax
28 file ..\*\\.(e)$ Eiffel\sSource\sFile
29 include eiffel.syntax
31 file ..\*\\.(diff|rej|patch)$ Diff\sOutput ^(diff|Index:)\s
32 include diff.syntax
34 file ..\*\\.lsm$ LSM\sFile
35 include lsm.syntax
37 file ..\*\\.sh$ Shell\sScript ^#!.\*([\s/]([abd-z]?|ba|pdk)sh|@SH@)
38 include sh.syntax
40 file ..\*\\.(pl|PL|pm|PM)$ Perl\sProgram ^#!.\*([\s/]perl|@PERL@)
41 include perl.syntax
43 file ..\*\\.(py|PY)$ Python\sProgram ^#!.\*([\s/]python|@PYTHON@)
44 include python.syntax
46 file ..\*\\.(rb|RB)$ Ruby\sProgram ^#!.\*([\s/]ruby|@RUBY@)
47 include ruby.syntax
49 file ..\*\\.(man|[0-9n]|[0-9]x)$ NROFF\sSource
50 include nroff.syntax
52 file ..\*\\.(htm|html|HTM|HTML)$ HTML\sFile
53 include html.syntax
55 file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s)
56 include xml.syntax
58 file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile
59 include makefile.syntax
61 file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram
62 include pascal.syntax
64 file ..\*\\.(ada|adb|ads|ADA|ADB|ADS)$ Ada\sProgram
65 include ada95.syntax
67 file ..\*\\.(tcl|itcl|TCL|ITCL)$ Tcl\sProgram
68 include tcl.syntax
70 file ..\*\\.(sl|SL)$ S-Lang\sProgram
71 include slang.syntax
73 file ..\*\\.tex$ LaTeX\s2.09\sDocument
74 include latex.syntax
76 file ..\*\.(texi|texinfo|TEXI|TEXINFO)$ Texinfo\sDocument
77 include texinfo.syntax
79 file ..\*\\.c$ C\sProgram
80 include c.syntax
82 file ..\*\\.([hC]|CC|cxx|cc|cpp|CPP|CXX|hxx|h\.in)$ C/C\+\+\sProgram
83 include cxx.syntax
85 file ..\*\\.d$ D\sProgram
86 include d.syntax
88 file ..\*\\.[fF]$ Fortran\sProgram
89 include fortran.syntax
91 file ..\*\\.i$ SWIG\sSource
92 include swig.syntax
94 file ..\*\\.(php|PHP)[0-9]?$ PHP\sProgram
95 include php.syntax
97 file ..\*\\.(java|JAVA|Java|jav)$ Java\sProgram
98 include java.syntax
100 file ..\*\\.(cs|CS)$ C\#\sProgram
101 include cs.syntax
103 file ..\*\\.(js|JS)$ JavaScript\sProgram
104 include js.syntax
106 file ..\*\\.(asax|aspx|ascx|asmx|ashx)$ ASPX\sFile
107 include aspx.syntax
109 file ..\*\\.st$ SmallTalk\sProgram
110 include smalltalk.syntax
112 file ..\*\\.(lisp|lsp|el)$ Lisp\sProgram
113 include lisp.syntax
115 file ..\*\\.(ml|mli|mly|mll|mlp)$ ML\sProgram
116 include ml.syntax
118 file ..\*\\.m$ Matlab\sor\sOctave\sFile
119 include octave.syntax
121 file ..\*\\.(sql|SQL)$ SQL\sProgram
122 include sql.syntax
124 file ..\*\\.(spec|spec\.in)$ RPM\sSpecfile
125 include spec.syntax
127 file .\*ChangeLog[\\\.A-Za-z0-9_]\*$ GNU\sChangeLog\sFile
128 include changelog.syntax
130 file (..\*\\.m4$|configure\\.in|configure\\.ac) M4\sMacroprocessor\sSource
131 include m4.syntax
133 file ..\*\\.(bat|cmd)$ DOS\sBatch
134 include dos.syntax
136 file ..\*\\.(po|pot|pox)$ PO\sFile
137 include po.syntax
139 file ..\*\\.([Aa][Ss][Mm]|s|S)$ ASM\sProgram
140 include assembler.syntax
142 file ..\*\\.([Pp][Oo][Vv])$ POV\sScript
143 include povray.syntax
145 file ..\*\\.([lL][uU][aA])$ LUA\sProgram ^#!.*/lua
146 include lua.syntax
148 file ..\*\\.([iI][dD][lL])$ CORBA\sIDL
149 include idl.syntax
151 file Don_t_match_me Mail\sfolder ^From\s
152 include mail.syntax
154 file sources.list$ sources\slist
155 include debian-sources-list.syntax
157 file control$ Debian\scontrol\sfile
158 include debian-control.syntax
160 file (rules|rocks)$ Debian\srules
161 include makefile.syntax
163 file .\*changelog$ Debian\schangelog\sfile
164 include debian-changelog.syntax
166 file changelog.Debian$ Debian\schangelog\sfile
167 include debian-changelog.syntax
169 file .\*\\.dsc$ Debian\sdescriptiom\sfile
170 include debian-description.syntax
172 file .\* unknown
173 include unknown.syntax