Add ':' as delimiter

This commit is contained in:
Bruno BELANYI 2022-06-03 11:43:43 +02:00
parent 0b17386cad
commit 558e45aeed
2 changed files with 44 additions and 37 deletions

View file

@ -41,6 +41,7 @@
[
","
";"
":"
"."
] @punctuation.delimiter

View file

@ -1,3 +1,8 @@
let
var a : int := 42
/* ^ punctuation.delimiter */
/* ^ operator */
in
(
/* <- punctuation.bracket */
@ -40,3 +45,4 @@
)
/* <- punctuation.bracket */
end