mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
Updated TLA+ grammar version and queries
This commit is contained in:
parent
ecd9efd486
commit
6b82b26a74
2 changed files with 6 additions and 2 deletions
|
|
@ -85,7 +85,11 @@
|
|||
(string) @string
|
||||
(escape_char) @string.escape
|
||||
(boolean) @boolean
|
||||
(primitive_value_set) @type
|
||||
(string_set) @type
|
||||
(boolean_set) @type
|
||||
(nat_number_set) @type
|
||||
(int_number_set) @type
|
||||
(real_number_set) @type
|
||||
|
||||
; Comments
|
||||
(comment) @comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue