Not tokenizing quoted lists as function calls

This commit is contained in:
Maurício Szabo 2023-03-11 00:17:34 -03:00
parent bce60e749c
commit 0b405deac7
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
(quoting_lit
value: (list_lit
"(" @punctuation.section.expression.begin
.
(sym_lit) @meta.symbol (#set! final "true")))
;; Collections
(anon_fn_lit
"(" @punctuation.section.expression.begin

View File

@ -1,3 +1,6 @@
#_
(+ 1 2)
; <- comment.block
'(a b 1 2)
; ^ !entity.name.function