mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
feat(awk,cmake,python,r,starlark): deactivate spelling in shebangs
This commit is contained in:
parent
46cac01880
commit
60c2b084c2
5 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
((program
|
||||
.
|
||||
(comment) @keyword.directive)
|
||||
(comment) @keyword.directive @nospell)
|
||||
(#lua-match? @keyword.directive "^#!/"))
|
||||
|
||||
(identifier) @variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue