fix: add hashbang detection

This commit is contained in:
Chris Dragan 2026-01-01 17:50:21 +01:00
parent 18fd8c3565
commit 1ecc920c70
2 changed files with 3 additions and 1 deletions

View file

@ -1189,7 +1189,7 @@ return {
},
kos = {
install_info = {
revision = 'e4cec3a376c051199faea0ae27d0787b93fd2b0f',
revision = '5f11d41b3150b0837e8b3964151ebb7fc4f367e9',
url = 'https://github.com/kos-lang/tree-sitter-kos',
},
maintainers = { '@cdragan' },

View file

@ -1,3 +1,5 @@
(hash_bang) @keyword.directive
(comment) @comment
(number) @number