feat: add Kos parser

Add parser, queries and tests for the Kos programming language.
This commit is contained in:
Chris Dragan 2025-12-31 18:36:55 +01:00
parent 300b906a95
commit f0aa011440
8 changed files with 311 additions and 0 deletions

View file

@ -0,0 +1,6 @@
(((comment) @_jsdoc_comment
(#lua-match? @_jsdoc_comment "^/[*][*][^*].*[*]/$")) @injection.content
(#set! injection.language "jsdoc"))
((comment) @injection.content
(#set! injection.language "comment"))