aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/awk.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-29 21:13:43 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-29 21:56:34 -0400
commit1e03e76dafb5d166bb3d9ed262695f306de6ac4d (patch)
tree6a56adadbd656a2fe074e558d9043e1337eabe5f /runtime/syntax/awk.vim
parent9f54d125d2b601029cb2b6dbffcc361c2e8fb974 (diff)
downloadrneovim-1e03e76dafb5d166bb3d9ed262695f306de6ac4d.tar.gz
rneovim-1e03e76dafb5d166bb3d9ed262695f306de6ac4d.tar.bz2
rneovim-1e03e76dafb5d166bb3d9ed262695f306de6ac4d.zip
vim-patch:207f009326c8
Update runtime files. https://github.com/vim/vim/commit/207f009326c8f878defde0e594d7d9ed9860106e Omit nl.po.
Diffstat (limited to 'runtime/syntax/awk.vim')
-rw-r--r--runtime/syntax/awk.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/syntax/awk.vim b/runtime/syntax/awk.vim
index c9696e6feb..43455b864d 100644
--- a/runtime/syntax/awk.vim
+++ b/runtime/syntax/awk.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: awk, nawk, gawk, mawk
" Maintainer: Antonio Colombo <azc100@gmail.com>
-" Last Change: 2020 Mar 25
+" Last Change: 2020 Aug 18
" AWK ref. is: Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger
" The AWK Programming Language, Addison-Wesley, 1988
@@ -27,6 +27,8 @@ endif
let s:cpo_save = &cpo
set cpo&vim
+syn iskeyword @,48-57,_,192-255,@-@
+
" A bunch of useful Awk keywords
" AWK ref. p. 188
syn keyword awkStatement break continue delete exit