X7ROOT File Manager
Current Path:
/usr/share/mc/syntax
usr
/
share
/
mc
/
syntax
/
ðŸ“
..
📄
PKGBUILD.syntax
(13.28 KB)
📄
Syntax
(7.26 KB)
📄
ada95.syntax
(1.74 KB)
📄
as.syntax
(5.58 KB)
📄
aspx.syntax
(1.04 KB)
📄
assembler.syntax
(11.86 KB)
📄
awk.syntax
(5.63 KB)
📄
c.syntax
(3.34 KB)
📄
cabal.syntax
(9.53 KB)
📄
changelog.syntax
(936 B)
📄
cmake.syntax
(32.19 KB)
📄
cs.syntax
(4.43 KB)
📄
css.syntax
(19.45 KB)
📄
cuda.syntax
(4.6 KB)
📄
cxx.syntax
(3.8 KB)
📄
cython.syntax
(10.21 KB)
📄
d.syntax
(18.04 KB)
📄
debian-changelog.syntax
(673 B)
📄
debian-control.syntax
(922 B)
📄
debian-description.syntax
(473 B)
📄
debian-sources-list.syntax
(370 B)
📄
diff.syntax
(1.2 KB)
📄
dlink.syntax
(8.05 KB)
📄
dos.syntax
(2.12 KB)
📄
ebuild.syntax
(11.62 KB)
📄
eiffel.syntax
(2.92 KB)
📄
erlang.syntax
(9.82 KB)
📄
f90.syntax
(8.75 KB)
📄
filehighlight.syntax
(2.3 KB)
📄
fortran.syntax
(8.41 KB)
📄
glsl.syntax
(15.25 KB)
📄
go.syntax
(5.03 KB)
📄
haskell.syntax
(8.49 KB)
📄
html.syntax
(35.41 KB)
📄
idl.syntax
(3 KB)
📄
ini.syntax
(220 B)
📄
j.syntax
(1.55 KB)
📄
jal.syntax
(10.04 KB)
📄
java.syntax
(3.82 KB)
📄
js.syntax
(5.04 KB)
📄
latex.syntax
(8.75 KB)
📄
lisp.syntax
(2.18 KB)
📄
lkr.syntax
(2.06 KB)
📄
lsm.syntax
(1.22 KB)
📄
lua.syntax
(8.34 KB)
📄
m4.syntax
(3.06 KB)
📄
mail.syntax
(4.02 KB)
📄
makefile.syntax
(2.31 KB)
📄
ml.syntax
(2.57 KB)
📄
named.syntax
(6.53 KB)
📄
nemerle.syntax
(5.62 KB)
📄
nroff.syntax
(7.95 KB)
📄
octave.syntax
(10.58 KB)
📄
opencl.syntax
(5.61 KB)
📄
osl.syntax
(3.97 KB)
📄
pascal.syntax
(3.89 KB)
📄
perl.syntax
(9.54 KB)
📄
php.syntax
(108.73 KB)
📄
po.syntax
(2.26 KB)
📄
povray.syntax
(8.35 KB)
📄
procmail.syntax
(8.1 KB)
📄
properties.syntax
(1.6 KB)
📄
puppet.syntax
(21.55 KB)
📄
python.syntax
(9.33 KB)
📄
r.syntax
(4.33 KB)
📄
ruby.syntax
(5.97 KB)
📄
sh.syntax
(64.37 KB)
📄
slang.syntax
(3.35 KB)
📄
smalltalk.syntax
(5.15 KB)
📄
spec.syntax
(11.37 KB)
📄
sql.syntax
(9.99 KB)
📄
strace.syntax
(1.05 KB)
📄
swig.syntax
(5.43 KB)
📄
syntax.syntax
(2.1 KB)
📄
tcl.syntax
(4.32 KB)
📄
texinfo.syntax
(8.87 KB)
📄
tt.syntax
(3.55 KB)
📄
unknown.syntax
(31 B)
📄
verilog.syntax
(7.59 KB)
📄
vhdl.syntax
(5.01 KB)
📄
xml.syntax
(1.12 KB)
📄
yaml.syntax
(1.24 KB)
📄
yum-repo.syntax
(353 B)
📄
yxx.syntax
(6.42 KB)
Editing: Syntax
# This file describes which highlighting scheme is applied to a particular # file in mcedit. # # Each entry consists of two lines: a "file" specification and the # corresponding highlighting definition ("include"). A file specification # can have two or three fields, each separated by white-space characters. # # The first field is a regular expression that is matched against the file # name. The second field is a description of the file type and is # currently unused. The third (optional) field is a regular expression # that is matched against the first line of the file. The first entry # that matches wins, that is, all the entries below are ignored. # # Certain characters must be quoted in these fields. These are space (\s), # tabs (\t), backslashes(\\), plus (\+) and asterisk (\*). Braces {} and # brackets [] must not be quoted in this file. However, they have a special # meaning when used in the actual syntax definitions. # # You can use the following colors in the syntax highlighting files: # black, blue, brightblue, brightcyan, brightgreen, brightmagenta, # brightred, brown, cyan, gray, green, lightgray, magenta, red, white, # yellow # file [Ss]yntax$ Syntax\sHighlighting\sdefinitions ^#\ssyntax\srules\sversion\s include syntax.syntax file filehighlight.ini$ File\sHighlighting\sdefinitions ^#\sfile\shighlight\srules\sversion\s include filehighlight.syntax file ..\*\\.e$ Eiffel\sSource\sFile include eiffel.syntax file ..\*\\.(diff|rej|patch)$ Diff\sOutput ^(diff|Index:)\s include diff.syntax file ..\*\\.lsm$ LSM\sFile include lsm.syntax file .\*(bash_completion|profile|\\.(sh|bash_login|bash_profile|bash_logout|bash_aliases|bash_exports|bash_history|bashrc|profile|zlogin|zlogout|zprofile|zshenv|zshrc))$ Shell\sScript ^#!\s\*/(.\*/|usr/bin/env\s)([a-z]?|ba|pdk)sh include sh.syntax file ..\*\\.(pl|PL|pm|PM|psgi|PSGI|t)$ Perl\sProgram ^#!.\*([\s/]perl|/usr/bin/perl) include perl.syntax file ..\*\\.(py|PY)$ Python\sProgram ^#!.\*([\s/]python|/usr/bin/python) include python.syntax file ..\*\\.(pyx|pxd|pxi)$ Cython\sor\sPyrex\sProgram include cython.syntax file ..\*\\.(rb|RB)$ Ruby\sProgram ^#!.\*([\s/]ruby|/usr/bin/ruby) include ruby.syntax file ..\*\\.(man|[0-9n]|[0-9](x|ncurses|ssl|p|pm|menu|form|vga|t|td))$ NROFF\sSource include nroff.syntax file ..\*\\.(htm|html|HTM|HTML)$ HTML\sFile include html.syntax file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s) include xml.syntax file ..\*\\.(tt|TT)$ Template::Toolkit\sFile include tt.syntax file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|..\*\\.mak|Kbuild)$ Makefile include makefile.syntax file (CMakeLists.txt|.\*.cmake)$ CMake include cmake.syntax file ..\*\\.(pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram include pascal.syntax file ..\*\\.(ada|adb|ads|ADA|ADB|ADS)$ Ada\sProgram include ada95.syntax file ..\*\\.(tcl|itcl|TCL|ITCL)$ Tcl\sProgram include tcl.syntax file ..\*\\.(sl|SL)$ S-Lang\sProgram include slang.syntax file ..\*\\.tex$ LaTeX\s2.09\sDocument include latex.syntax file ..\*\\.(texi|texinfo|TEXI|TEXINFO)$ Texinfo\sDocument include texinfo.syntax file ..\*\\.c$ C\sProgram include c.syntax file ..\*\\.([hC]|CC|cxx|cc|cpp|CPP|CXX|hxx|hh|hpp|HPP|h\\.in)$ C/C\+\+\sProgram include cxx.syntax file ..\*\\.d$ D\sProgram include d.syntax file ..\*\\.[fF]$ Fortran\sProgram include fortran.syntax file ..\*\\.go$ GoLang\sProgram include go.syntax file ..\*\\.[fF]9[05]$ Freeform\sFortran\sProgram include f90.syntax file ..\*\\.i$ SWIG\sSource include swig.syntax file ..\*\\.(php|PHP)[0-9]?$ PHP\sProgram include php.syntax file ..\*\\.ij[xs]$ J\sFile include j.syntax file ..\*\\.(java|JAVA|Java|jav|groovy|GROOVY|Groovy)$ Java\sProgram include java.syntax file ..\*\\.(properties|config)$ Java\sFile include properties.syntax file ..\*\\.(cs|CS)$ C\#\sProgram include cs.syntax file ..\*\\.(js|JS)$ JavaScript\sProgram ^#!.\*[\s/](node|nodejs)\\b include js.syntax file ..\*\\.(as|AS)$ ActionScript\sProgram include as.syntax file ..\*\\.(asax|aspx|ascx|asmx|ashx)$ ASPX\sFile include aspx.syntax file ..\*\\.st$ SmallTalk\sProgram include smalltalk.syntax file ..\*\\.(lisp|lsp|el)$ Lisp\sProgram include lisp.syntax file ..\*\\.(ml|mli|mly|mll|mlp)$ ML\sProgram include ml.syntax file ..\*\\.m$ Matlab\sor\sOctave\sFile include octave.syntax file ..\*\\.(sql|SQL)$ SQL\sProgram include sql.syntax file ..\*\\.(spec|spec\\.in)$ RPM\sSpecfile include spec.syntax file ..\*\\.repo$ YUM\sRepo\sFile include yum-repo.syntax file ..\*\\.awk$ AWK\sFile include awk.syntax file ..\*\\.(css|qss|CSS|QSS)$ CSS\sFile include css.syntax file .\*ChangeLog[\\\.A-Za-z0-9_]\*$ GNU\sChangeLog\sFile include changelog.syntax file (..\*\\.m4$|configure\\.in|configure\\.ac) M4\sMacroprocessor\sSource include m4.syntax file ..\*\\.(bat|cmd)$ DOS\sBatch include dos.syntax file ..\*\\.(po|pot|pox)$ PO\sFile include po.syntax file ..\*\\.([Aa][Ss][Mm]|s|S)$ ASM\sProgram include assembler.syntax file ..\*\\.([Pp][Oo][Vv])$ POV\sScript include povray.syntax file .\*\\.(ebuild|eclass)$ Gentoo\sEbuild include ebuild.syntax file ..\*\\.([lL][uU][aA])$ Lua\sProgram ^#!.\*[\s/]lua include lua.syntax file ..\*\\.([iI][dD][lL])$ CORBA\sIDL include idl.syntax file ..\*\\.([iI][nN][iI])$ INI\sFile include ini.syntax file Don_t_match_me Mail\sfolder ^(From|Return-(P|p)ath:|From:|Date:)\s include mail.syntax file \\.procmailrc$ Procmail\sRC\sFile ^#/usr/bin/procmail include procmail.syntax file sources.list$ sources\slist include debian-sources-list.syntax file control$ Debian\scontrol\sfile include debian-control.syntax file (rules|rocks)$ Debian\srules include makefile.syntax file .\*changelog$ Debian\schangelog\sfile include debian-changelog.syntax file changelog.Debian$ Debian\schangelog\sfile include debian-changelog.syntax file ..\*\\.dsc$ Debian\sdescriptiom\sfile include debian-description.syntax file ..\*\\.([hH][sS][cC]?)$ Haskell\sprogram include haskell.syntax file ..\*\\.([cC][aA][bB][aA][lL])$ Cabal\sconfig\sfile include cabal.syntax file ..\*\\.[nN]$ Nemerle\sProgram include nemerle.syntax file ..\*\\.[vV]$ Verilog\sDevice\sDescription include verilog.syntax file ..\*\\.(hdl|vhd|vdhl|HDL|VHD|VHDL)$ VHDL\sDevice\sDescription include vhdl.syntax file ..\*\\.erl$ Erlang\sProgram ^(-module\\(|#!.*escript) include erlang.syntax file ..\*\\.hrl$ Erlang\sHeader ^-record\\( include erlang.syntax file .\*named.conf$ Bind9\sconfiguration include named.syntax file ..\*\\.strace$ Strace\sdebug\soutput include strace.syntax file PKGBUILD$ Arch\spackage\sbuild\sscript include PKGBUILD.syntax file \\.install$ Arch\spackage\sinstall\sscript include sh.syntax file ..\*\\.(l|y|yxx|ypp)$ Lex/Flex/Yacc/Bison\ssource include yxx.syntax file ..\*\\.dlink\\.sw$ D-Link\sSwitch\sCommands include dlink.syntax file ..\*\\.([jJ][aA][lL][tT]?)$ Jal\ssource include jal.syntax file ..\*\\.([lL][kK][rR])$ PIC\slinker\sscript\sfile include lkr.syntax file ..\*\\.pp$ Puppet\smanifest\sfile include puppet.syntax file ..\*\\.(glsl|vert|frag|geom)$ GLSL\sProgram include glsl.syntax file ..\*\\.(cu|cuh)$ CUDA\sProgram include cuda.syntax file ..\*\\.cl$ OpenCL\sProgram include opencl.syntax file ..\*\\.(ya?ml|YML)$ YAML\sFile include yaml.syntax file .\*\\.osl$ OSL\sProgram include osl.syntax file .\*\\.([rR]|Rd|Rscript)$ R\sProgram include r.syntax file .\* unknown include unknown.syntax
Upload File
Create Folder