feat(fsharp): add parser and queries (#7166)

This commit is contained in:
Nikolaj Sidorenco 2024-09-29 11:08:21 +02:00 committed by GitHub
parent 1f2059f293
commit 707313b80a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 435 additions and 0 deletions

View file

@ -0,0 +1,11 @@
([
(line_comment)
(block_comment_content)
] @injection.content
(#set! injection.language "comment"))
((line_comment) @injection.content
(#lua-match? @injection.content "^///")
(#offset! @injection.content 0 3 0 0)
(#set! injection.language "xml")
(#set! injection.combined))