Updated TLA+ grammar version and queries

This commit is contained in:
Andrew Helwer 2021-10-06 13:16:18 -04:00 committed by Stephan Seitz
parent ecd9efd486
commit 6b82b26a74
2 changed files with 6 additions and 2 deletions

View file

@ -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