Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
highlights(bash): rework keywords section
* Use more specified scope when possible for keywords like @keyword.repeat. * Add more keywords like "local" or "unsetenv". Limitation: * Bash doesn't allow you to have a local variable outside of a function, so maybe we need to have better queries to not highlight the local in this case. * If we name a function with a keyword (such as unset or local), it will use the highlight scope "keyword" instead of "function".
- Loading branch information