Add the local and declare keywords to bash syntax highlighting (#2761)

Release Notes:

- Improved Bash / Shell Script syntax highlighting
This commit is contained in:
Nate Butler
2023-07-20 14:17:29 -04:00
committed by GitHub
@@ -27,6 +27,8 @@
"unset"
"until"
"while"
"local"
"declare"
] @keyword
(comment) @comment