ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/source-highlight/awk.lang

15 lines
302 B
Plaintext

# language awk
regexp = '/([^/]*)/'
keyword = "begin|break|close|continue|delete|do|else|end|exit|for",
"getline|gsub|if|index|length|match|next|print|printf|return|split",
"sprintf|sub|substr|system|tolower|toupper|while" nonsensitive
cbracket = "{|}"
include "sh.lang"
include "function.lang"