@@ -324,7 +324,7 @@ string"
324324; ^ -constant.other.keyword
325325; ^^^^ constant.other.keyword
326326; ^^^^ constant.other.keyword
327- :. :* :+ :! :- :_ :? :$ :% :& := :< :> :# :1 :' :a: : k::v
327+ :. :* :+ :! :- :_ :? :$ :% :& := :< :> :# :1 :' :k::v
328328; ^^ constant.other.keyword
329329; ^^ constant.other.keyword
330330; ^^ constant.other.keyword
@@ -341,8 +341,7 @@ string"
341341; ^^ constant.other.keyword
342342; ^^ constant.other.keyword
343343; ^^ constant.other.keyword
344- ; ^^^ constant.other.keyword
345- ; ^^^^^ constant.other.keyword
344+ ; ^^^^^ constant.other.keyword
346345 :a/b :1/2 :абв/где :abc.def/uvw.xyz
347346; ^^^^ constant.other.keyword
348347; ^ punctuation.definition.keyword.begin
@@ -365,10 +364,16 @@ string"
365364; ^^ punctuation.definition.keyword.begin
366365; ^ meta.namespace.keyword
367366; ^ punctuation.definition.namespace
367+ :a:b :a/:b :a:b/c:d :a//b :k/v/v
368+ ; ^^^^ constant.other.keyword
369+ ; ^^^^^ constant.other.keyword
370+ ; ^^^^^^^^ constant.other.keyword
371+ ; ^^^^^ constant.other.keyword
372+ ; ^^^^^^ constant.other.keyword
368373
369- ; ; NOT KEYWORDS
370- :kv/ :/kv :/ :k/:v :k/v/v :::kv
371- ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -constant.other.keyword
374+ ; ;;;; NOT KEYWORDS
375+ :kv: :kv / :/kv :/ :kv/ab: :kv/ab/ :::kv
376+ ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -constant.other.keyword
372377
373378
374379; ;;;;;;;;; INTEGERS ;;;;;;;;;;
0 commit comments