merged 2 syntax files Oleg's aka Olegarh and Andres Farfan
Этот коммит содержится в:
родитель
fd55b916de
Коммит
5ce21bc756
@ -1,8 +1,10 @@
|
||||
# AWK syntax by Olegarch <olegarch@mail.ru>
|
||||
# Possible *.AWK
|
||||
# GPL v2
|
||||
# AWK syntax by
|
||||
# Olegarch <olegarch@mail.ru>
|
||||
# Andres Farfan, <nafraf@linuxmail.org>
|
||||
# Ilia Maslakov <il.smind gmail com>
|
||||
#
|
||||
# (c) 2003
|
||||
# (c) 2003, 2004, 2009
|
||||
# GPL v2
|
||||
#
|
||||
|
||||
context default
|
||||
@ -10,6 +12,13 @@ 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
|
||||
@ -44,6 +53,13 @@ context default
|
||||
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
|
||||
@ -51,7 +67,24 @@ context default
|
||||
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
|
||||
@ -104,8 +137,8 @@ context default
|
||||
# keyword linestart \t lightgray/13 blue/6
|
||||
|
||||
# Sed:
|
||||
keyword linestart /^ red
|
||||
keyword linestart /^# red
|
||||
keyword linestart /^ red
|
||||
keyword linestart /^# red
|
||||
context /^#*/ red
|
||||
|
||||
# Comments:
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user