Syntax 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. # This file describes which highlighting scheme is applied to a particular
  2. # file in mcedit.
  3. #
  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.
  7. #
  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.
  13. #
  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.
  18. #
  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
  23. #
  24. file [Ss]yntax$ Syntax\sHighlighting\sdefinitions ^#\ssyntax\srules\sversion\s
  25. include syntax.syntax
  26. file ..\*\\.(e)$ Eiffel\sSource\sFile
  27. include eiffel.syntax
  28. file ..\*\\.(diff|rej|patch)$ Diff\sOutput ^(diff|Index:)\s
  29. include diff.syntax
  30. file ..\*\\.lsm$ LSM\sFile
  31. include lsm.syntax
  32. file ..\*\\.sh$ Shell\sScript ^#!.\*([\s/]([abd-z]?|ba|pdk)sh|@SH@)
  33. include sh.syntax
  34. file ..\*\\.(pl|PL|pm|PM)$ Perl\sProgram ^#!.\*([\s/]perl|@PERL@)
  35. include perl.syntax
  36. file ..\*\\.(py|PY)$ Python\sProgram ^#!.\*([\s/]python|@PYTHON@)
  37. include python.syntax
  38. file ..\*\\.(rb|RB)$ Ruby\sProgram ^#!.\*([\s/]ruby|@RUBY@)
  39. include ruby.syntax
  40. file ..\*\\.(man|[0-9n]|[0-9]x)$ NROFF\sSource
  41. include nroff.syntax
  42. file ..\*\\.(htm|html|HTM|HTML)$ HTML\sFile
  43. include html.syntax
  44. file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s)
  45. include xml.syntax
  46. file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile
  47. include makefile.syntax
  48. file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram
  49. include pascal.syntax
  50. file ..\*\\.(ada|adb|ads|ADA|ADB|ADS)$ Ada\sProgram
  51. include ada95.syntax
  52. file ..\*\\.(tcl|itcl|TCL|ITCL)$ Tcl\sProgram
  53. include tcl.syntax
  54. file ..\*\\.(sl|SL)$ S-Lang\sProgram
  55. include slang.syntax
  56. file ..\*\\.tex$ LaTeX\s2.09\sDocument
  57. include latex.syntax
  58. file ..\*\.(texi|texinfo|TEXI|TEXINFO)$ Texinfo\sDocument
  59. include texinfo.syntax
  60. file ..\*\\.c$ C\sProgram
  61. include c.syntax
  62. file ..\*\\.([hC]|CC|cxx|cc|cpp|CPP|CXX|hxx|h\.in)$ C/C\+\+\sProgram
  63. include cxx.syntax
  64. file ..\*\\.d$ D\sProgram
  65. include d.syntax
  66. file ..\*\\.[fF]$ Fortran\sProgram
  67. include fortran.syntax
  68. file ..\*\\.i$ SWIG\sSource
  69. include swig.syntax
  70. file ..\*\\.(php|PHP)[0-9]?$ PHP\sProgram
  71. include php.syntax
  72. file ..\*\\.(java|JAVA|Java|jav)$ Java\sProgram
  73. include java.syntax
  74. file ..\*\\.(cs|CS)$ C\#\sProgram
  75. include cs.syntax
  76. file ..\*\\.(js|JS)$ JavaScript\sProgram
  77. include js.syntax
  78. file ..\*\\.(asax|aspx|ascx|asmx|ashx)$ ASPX\sFile
  79. include aspx.syntax
  80. file ..\*\\.st$ SmallTalk\sProgram
  81. include smalltalk.syntax
  82. file ..\*\\.(lisp|lsp|el)$ Lisp\sProgram
  83. include lisp.syntax
  84. file ..\*\\.(ml|mli|mly|mll|mlp)$ ML\sProgram
  85. include ml.syntax
  86. file ..\*\\.m$ Matlab\sor\sOctave\sFile
  87. include octave.syntax
  88. file ..\*\\.(sql|SQL)$ SQL\sProgram
  89. include sql.syntax
  90. file ..\*\\.(spec|spec\.in)$ RPM\sSpecfile
  91. include spec.syntax
  92. file .\*ChangeLog[\\\.A-Za-z0-9_]\*$ GNU\sChangeLog\sFile
  93. include changelog.syntax
  94. file (..\*\\.m4$|configure\\.in|configure\\.ac) M4\sMacroprocessor\sSource
  95. include m4.syntax
  96. file ..\*\\.(bat|cmd)$ DOS\sBatch
  97. include dos.syntax
  98. file ..\*\\.(po|pot|pox)$ PO\sFile
  99. include po.syntax
  100. file ..\*\\.([Aa][Ss][Mm]|s|S)$ ASM\sProgram
  101. include assembler.syntax
  102. file ..\*\\.([Pp][Oo][Vv])$ POV\sScript
  103. include povray.syntax
  104. file ..\*\\.([lL][uU][aA])$ LUA\sProgram ^#!.*/lua
  105. include lua.syntax
  106. file ..\*\\.([iI][dD][lL])$ CORBA\sIDL
  107. include idl.syntax
  108. file Don_t_match_me Mail\sfolder ^From\s
  109. include mail.syntax
  110. file sources.list$ sources\slist
  111. include debian-sources-list.syntax
  112. file control$ Debian\scontrol\sfile
  113. include debian-control.syntax
  114. file (rules|rocks)$ Debian\srules
  115. include makefile.syntax
  116. file .\*changelog$ Debian\schangelog\sfile
  117. include debian-changelog.syntax
  118. file changelog.Debian$ Debian\schangelog\sfile
  119. include debian-changelog.syntax
  120. file .\*\\.dsc$ Debian\sdescriptiom\sfile
  121. include debian-description.syntax
  122. file .\* unknown
  123. include unknown.syntax