diff options
author | Akshay <[email protected]> | 2022-09-01 12:11:45 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-09-01 12:11:45 +0100 |
commit | b381e6949ccd13b44fcab7b67e91dec2bb37deb2 (patch) | |
tree | 5a9bead3b1e5de912f48447465c5a2a695628989 | |
parent | 9266b819d8276faf0182a7ed7dbb84db04709fe7 (diff) |
improve awk format strings
-rw-r--r-- | colors/plain.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/colors/plain.vim b/colors/plain.vim index ad91340..80f0b0e 100644 --- a/colors/plain.vim +++ b/colors/plain.vim | |||
@@ -351,6 +351,8 @@ hi link awkOperator Normal | |||
351 | hi link awkExpression Noise | 351 | hi link awkExpression Noise |
352 | hi link awkArrayElement Noise | 352 | hi link awkArrayElement Noise |
353 | hi link awkFieldVars firstAccent | 353 | hi link awkFieldVars firstAccent |
354 | hi link awkSpecialPrintf secondAccent | ||
355 | hi link awkSpecialCharacter Noise | ||
354 | 356 | ||
355 | hi link sqlSpecial firstAccent | 357 | hi link sqlSpecial firstAccent |
356 | hi link sqlKeyword secondAccent | 358 | hi link sqlKeyword secondAccent |