Add the local and declare keywords to bash syntax highlighting

This commit is contained in:
Nate Butler 2023-07-20 13:18:15 -04:00
parent 54378a5f57
commit 5d22a300c3

View file

@ -27,6 +27,8 @@
"unset"
"until"
"while"
"local"
"declare"
] @keyword
(comment) @comment