mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
feat(t32): initial support
This commit is contained in:
parent
51df4212e7
commit
2d48cbc831
10 changed files with 371 additions and 0 deletions
10
tests/query/highlights/t32/comments.cmm
Normal file
10
tests/query/highlights/t32/comments.cmm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// This is a comment
|
||||
; <- comment
|
||||
|
||||
; Another comment
|
||||
; <- comment
|
||||
|
||||
ECHO &a // This is a trailing comment
|
||||
; ^ comment
|
||||
|
||||
// vim: set ft=t32:
|
||||
Loading…
Add table
Add a link
Reference in a new issue