/
usr
/
share
/
mc
/
syntax
/
/usr/share/mc/syntax
mkdir
upload
Name
Size
Mode
Actions
ada95.syntax
3531
0644
edit
dl
rm
as.syntax
5716
0644
edit
dl
rm
aspx.syntax
1069
0644
edit
dl
rm
assembler.syntax
12149
0644
edit
dl
rm
awk.syntax
5768
0644
edit
dl
rm
c.syntax
3411
0644
edit
dl
rm
cabal.syntax
9758
0644
edit
dl
rm
changelog.syntax
936
0644
edit
dl
rm
cmake.syntax
32960
0644
edit
dl
rm
cobol.syntax
22608
0644
edit
dl
rm
cs.syntax
4541
0644
edit
dl
rm
css.syntax
19919
0644
edit
dl
rm
cuda.syntax
4706
0644
edit
dl
rm
cxx.syntax
3885
0644
edit
dl
rm
cython.syntax
10459
0644
edit
dl
rm
d.syntax
18475
0644
edit
dl
rm
debian-changelog.syntax
673
0644
edit
dl
rm
debian-control.syntax
922
0644
edit
dl
rm
debian-description.syntax
473
0644
edit
dl
rm
debian-sources-list.syntax
1943
0644
edit
dl
rm
diff.syntax
1231
0644
edit
dl
rm
dlink.syntax
8248
0644
edit
dl
rm
dos.syntax
2171
0644
edit
dl
rm
ebuild.syntax
17953
0644
edit
dl
rm
eiffel.syntax
2987
0644
edit
dl
rm
erlang.syntax
10052
0644
edit
dl
rm
f90.syntax
8961
0644
edit
dl
rm
filehighlight.syntax
2360
0644
edit
dl
rm
fortran.syntax
8607
0644
edit
dl
rm
glsl.syntax
15618
0644
edit
dl
rm
go.syntax
5152
0644
edit
dl
rm
haskell.syntax
8694
0644
edit
dl
rm
hive.syntax
37504
0644
edit
dl
rm
html.syntax
36255
0644
edit
dl
rm
idl.syntax
3070
0644
edit
dl
rm
ini.syntax
220
0644
edit
dl
rm
j.syntax
1588
0644
edit
dl
rm
jal.syntax
10281
0644
edit
dl
rm
java.syntax
3909
0644
edit
dl
rm
js.syntax
5841
0644
edit
dl
rm
kotlin.syntax
5600
0644
edit
dl
rm
latex.syntax
8964
0644
edit
dl
rm
lisp.syntax
2236
0644
edit
dl
rm
lkr.syntax
2109
0644
edit
dl
rm
lsm.syntax
1249
0644
edit
dl
rm
lua.syntax
8543
0644
edit
dl
rm
m4.syntax
3132
0644
edit
dl
rm
mail.syntax
4113
0644
edit
dl
rm
makefile.syntax
2361
0644
edit
dl
rm
markdown.syntax
557
0644
edit
dl
rm
meson.syntax
3347
0644
edit
dl
rm
ml.syntax
2632
0644
edit
dl
rm
named.syntax
6682
0644
edit
dl
rm
nemerle.syntax
5753
0644
edit
dl
rm
nroff.syntax
8139
0644
edit
dl
rm
octave.syntax
10834
0644
edit
dl
rm
opencl.syntax
5743
0644
edit
dl
rm
osl.syntax
4067
0644
edit
dl
rm
pascal.syntax
3982
0644
edit
dl
rm
perl.syntax
9764
0644
edit
dl
rm
php.syntax
111527
0644
edit
dl
rm
PKGBUILD.syntax
13595
0644
edit
dl
rm
po.syntax
2318
0644
edit
dl
rm
povray.syntax
8548
0644
edit
dl
rm
procmail.syntax
8299
0644
edit
dl
rm
properties.syntax
1634
0644
edit
dl
rm
protobuf.syntax
1534
0644
edit
dl
rm
puppet.syntax
22071
0644
edit
dl
rm
python.syntax
9555
0644
edit
dl
rm
r.syntax
4433
0644
edit
dl
rm
ruby.syntax
6110
0644
edit
dl
rm
rust.syntax
4532
0644
edit
dl
rm
sh.syntax
66034
0644
edit
dl
rm
slang.syntax
3428
0644
edit
dl
rm
smalltalk.syntax
5271
0644
edit
dl
rm
spec.syntax
11884
0644
edit
dl
rm
sql.syntax
10897
0644
edit
dl
rm
strace.syntax
1076
0644
edit
dl
rm
swift.syntax
6446
0644
edit
dl
rm
swig.syntax
5562
0644
edit
dl
rm
Syntax
7993
0644
edit
dl
rm
syntax.syntax
2146
0644
edit
dl
rm
tcl.syntax
4422
0644
edit
dl
rm
texinfo.syntax
9083
0644
edit
dl
rm
ts.syntax
6461
0644
edit
dl
rm
tt.syntax
3636
0644
edit
dl
rm
unknown.syntax
31
0644
edit
dl
rm
verilog.syntax
20542
0644
edit
dl
rm
vhdl.syntax
5133
0644
edit
dl
rm
xml.syntax
1147
0644
edit
dl
rm
yabasic.syntax
5439
0644
edit
dl
rm
yaml.syntax
1373
0644
edit
dl
rm
yum-repo.syntax
353
0644
edit
dl
rm
yxx.syntax
6571
0644
edit
dl
rm
Edit:
/usr/share/mc/syntax/awk.syntax
(5768B)
# AWK syntax by # Olegarch <olegarch@mail.ru> # Andres Farfan, <nafraf@linuxmail.org> # Ilia Maslakov <il.smind gmail com> # # (c) 2003, 2004, 2009 # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. context default keyword whole linestart #!\[\s\]/bin/\[msg\]awk yellow magenta keyword whole linestart #!\[\s\]/usr/bin/\[msg\]awk yellow magenta # Keywords keyword whole AMNOISE white keyword whole BEGIN white keyword whole END white keyword whole func white keyword whole function white keyword whole nextfile white keyword whole return white/26 keyword whole print white/26 keyword whole printf white/26 keyword whole if white/26 keyword whole else white/26 keyword whole while white/26 keyword whole for white/26 keyword whole in white/26 keyword whole do white/26 keyword whole break white/26 keyword whole continue white/26 keyword whole next white/26 keyword whole exit white/26 keyword whole close white/26 keyword whole system white/26 keyword whole getline white/26 # Builtin functions: keyword whole atan2 white black keyword whole cos white black keyword whole exp white black keyword whole int white black keyword whole log white black keyword whole rand white black keyword whole sin white black keyword whole sqrt white black keyword whole srand white black keyword whole gsub white black keyword whole index white black keyword whole length white black keyword whole match white black keyword whole split white black keyword whole sprintf white black keyword whole sub white black keyword whole substr white black keyword whole asort white black keyword whole asorti white black keyword whole xor white keyword whole and white keyword whole or white # Gawk builtin functions: keyword whole fflush white black keyword whole gensub white black keyword whole tolower white black keyword whole toupper white black keyword whole systime white black keyword whole strftime white black keyword whole strtonum white keyword whole bindtextdomain white keyword whole dcgettext white keyword whole dcngettext white keyword whole compl white keyword whole delete white keyword whole extension white keyword whole mktime white keyword whole lshift white keyword whole rshift white # Builtin variables: keyword whole ARGIND brightblue keyword whole BINMODE brightblue keyword whole CONVFMT brightblue keyword whole ENVIRON brightblue keyword whole LINT brightblue keyword whole TEXTDOMAIN brightblue keyword whole ARGC brightblue keyword whole ARGV brightblue keyword whole FILENAME brightblue keyword whole FNR brightblue keyword whole FS brightblue keyword whole NF brightblue keyword whole NR brightblue keyword whole OFMT brightblue keyword whole OFS brightblue keyword whole ORS brightblue keyword whole RLENGTH brightblue keyword whole RS brightblue keyword whole RSTART brightblue keyword whole SUBSEP brightblue # Gawk builtin variables: keyword whole ARGIND brightblue keyword whole ERRNO brightblue keyword whole RT brightblue keyword whole IGNORECASE brightblue keyword whole FIELDWIDTHS brightblue keyword '\s' brightgreen/16 keyword '+' brightgreen/16 keyword > yellow/24 keyword < yellow/24 keyword \+ yellow/24 keyword - yellow/24 keyword \* yellow/24 keyword % yellow/24 keyword = yellow/24 keyword != yellow/24 keyword == yellow/24 keyword { white/25 keyword } white/25 keyword ( white/25 keyword ) white/25 keyword [*] magenta keyword , white/25 keyword : white/25 keyword ; lightgray/19 keyword $\[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\] brightred/18 # Begin/End: keyword whole BEGIN red keyword whole END red # Function keyword: keyword whole function brightmagenta # Hex constant: keyword 0\{xX\}\[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\] magenta/6 # Tab: \t # keyword linestart \t lightgray/13 blue/6 # Sed: keyword linestart /^ red keyword linestart /^# red context /^#*/ red # Comments: context linestart # \n brown context linestart $ \n brown # String: context " " green/6 keyword \\" brightgreen/16 keyword \\\n brightgreen/16 keyword %% brightgreen/16 keyword %\[#0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[L\]\{eEfgGoxX\} brightgreen/16 keyword %\[0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[hl\]\{diu\} brightgreen/16 keyword %\[hl\]n brightgreen/16 keyword %\[.\]\[0123456789\]s brightgreen/16 keyword %[*] brightgreen/16 keyword %c brightgreen/16 keyword \\\{0123\}\{01234567\}\{01234567\} brightgreen/16 keyword \\\\ brightgreen/16 keyword \\' brightgreen/16 keyword \\\{abtnvfr\} brightgreen/16
Save
cmd:
run