nvim-treesitter/runtime/queries/kos/injections.scm
Chris Dragan f0aa011440 feat: add Kos parser
Add parser, queries and tests for the Kos programming language.
2026-01-03 21:58:51 +00:00

6 lines
211 B
Scheme

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