feat: add idl

This commit is contained in:
DragonBillow 2024-04-28 16:26:39 +08:00 committed by GitHub
parent 0883ff0565
commit 37ac5f1f9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 224 additions and 0 deletions

View file

@ -0,0 +1,8 @@
((comment) @injection.content
(#lua-match? @injection.content "/[*\/][!*\/]<?[^a-zA-Z]")
(#set! injection.language "doxygen"))
((comment) @injection.content
(#not-lua-match? @injection.content "/[*\/][!*\/]<?[^a-zA-Z]")
(#not-lua-match? @injection.content "//@[a-zA-Z]")
(#set! injection.language "comment"))