Correctly highlight SYMTAB in awk-mode
* lisp/progmodes/cc-awk.el (awk-font-lock-keywords): Fix typo for "SYMTAB" (see Info node '(gawk) Auto-set').
This commit is contained in:
parent
9625e4af99
commit
bbe95a8cea
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@
|
|||
"ERRNO" "FIELDWIDTHS" "FILENAME" "FNR" "FPAT" "FS" "FUNCTAB"
|
||||
"IGNORECASE" "LINT" "NF" "NR" "OFMT" "OFS" "ORS" "PREC"
|
||||
"PROCINFO" "RLENGTH" "ROUNDMODE" "RS" "RSTART" "RT" "SUBSEP"
|
||||
"SYNTAB" "TEXTDOMAIN") t) "\\>")
|
||||
"SYMTAB" "TEXTDOMAIN") t) "\\>")
|
||||
'font-lock-variable-name-face)
|
||||
|
||||
;; Special file names. (acm, 2002/7/22)
|
||||
|
|
Loading…
Add table
Reference in a new issue