mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
feat: add CSV, PSV, & TSV
This commit is contained in:
parent
977e932726
commit
17d3398b5b
7 changed files with 54 additions and 5 deletions
4
queries/tsv/highlights.scm
Normal file
4
queries/tsv/highlights.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(text) @string
|
||||
(number) @number
|
||||
(float) @float
|
||||
(boolean) @boolean
|
||||
Loading…
Add table
Add a link
Reference in a new issue