mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50: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
|
((program
|
||||||
.
|
.
|
||||||
(comment) @keyword.directive)
|
(comment) @keyword.directive @nospell)
|
||||||
(#lua-match? @keyword.directive "^#!/"))
|
(#lua-match? @keyword.directive "^#!/"))
|
||||||
|
|
||||||
(ns_qualified_name
|
(ns_qualified_name
|
||||||
|
|
|
||||||
|
|
@ -219,5 +219,5 @@
|
||||||
|
|
||||||
((source_file
|
((source_file
|
||||||
.
|
.
|
||||||
(line_comment) @keyword.directive)
|
(line_comment) @keyword.directive @nospell)
|
||||||
(#lua-match? @keyword.directive "^#!/"))
|
(#lua-match? @keyword.directive "^#!/"))
|
||||||
|
|
|
||||||
|
|
@ -188,7 +188,7 @@
|
||||||
|
|
||||||
((module
|
((module
|
||||||
.
|
.
|
||||||
(comment) @keyword.directive)
|
(comment) @keyword.directive @nospell)
|
||||||
(#lua-match? @keyword.directive "^#!/"))
|
(#lua-match? @keyword.directive "^#!/"))
|
||||||
|
|
||||||
(string) @string
|
(string) @string
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
((program
|
((program
|
||||||
.
|
.
|
||||||
(comment) @keyword.directive)
|
(comment) @keyword.directive @nospell)
|
||||||
(#lua-match? @keyword.directive "^#!/"))
|
(#lua-match? @keyword.directive "^#!/"))
|
||||||
|
|
||||||
(identifier) @variable
|
(identifier) @variable
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
|
|
||||||
((module
|
((module
|
||||||
.
|
.
|
||||||
(comment) @keyword.directive)
|
(comment) @keyword.directive @nospell)
|
||||||
(#lua-match? @keyword.directive "^#!/"))
|
(#lua-match? @keyword.directive "^#!/"))
|
||||||
|
|
||||||
(string) @string
|
(string) @string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue