Add ':' as delimiter
This commit is contained in:
parent
0b17386cad
commit
558e45aeed
|
@ -41,6 +41,7 @@
|
||||||
[
|
[
|
||||||
","
|
","
|
||||||
";"
|
";"
|
||||||
|
":"
|
||||||
"."
|
"."
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
let
|
||||||
|
var a : int := 42
|
||||||
|
/* ^ punctuation.delimiter */
|
||||||
|
/* ^ operator */
|
||||||
|
in
|
||||||
(
|
(
|
||||||
/* <- punctuation.bracket */
|
/* <- punctuation.bracket */
|
||||||
|
|
||||||
|
@ -40,3 +45,4 @@
|
||||||
|
|
||||||
)
|
)
|
||||||
/* <- punctuation.bracket */
|
/* <- punctuation.bracket */
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue