mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -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
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
((program
|
||||
.
|
||||
(comment) @keyword.directive)
|
||||
(comment) @keyword.directive @nospell)
|
||||
(#lua-match? @keyword.directive "^#!/"))
|
||||
|
||||
(ns_qualified_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue