mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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
|
|
@ -188,7 +188,7 @@
|
|||
|
||||
((module
|
||||
.
|
||||
(comment) @keyword.directive)
|
||||
(comment) @keyword.directive @nospell)
|
||||
(#lua-match? @keyword.directive "^#!/"))
|
||||
|
||||
(string) @string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue