mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix: add hashbang detection
This commit is contained in:
parent
18fd8c3565
commit
1ecc920c70
2 changed files with 3 additions and 1 deletions
|
|
@ -1189,7 +1189,7 @@ return {
|
||||||
},
|
},
|
||||||
kos = {
|
kos = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'e4cec3a376c051199faea0ae27d0787b93fd2b0f',
|
revision = '5f11d41b3150b0837e8b3964151ebb7fc4f367e9',
|
||||||
url = 'https://github.com/kos-lang/tree-sitter-kos',
|
url = 'https://github.com/kos-lang/tree-sitter-kos',
|
||||||
},
|
},
|
||||||
maintainers = { '@cdragan' },
|
maintainers = { '@cdragan' },
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
(hash_bang) @keyword.directive
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
(number) @number
|
(number) @number
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue