Skip to content

Commit 7d0bbec

Browse files
committed
feat: make delimiter noise
in most cases it's noise and can be ignore or deducted from the context
1 parent 0587618 commit 7d0bbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colors/ilyasyoy.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Group.link("Boolean", g.Number)
104104
Group.link("Character", g.Number)
105105
Group.link("Conditional", g.Normal)
106106
Group.link("Debug", g.Todo)
107-
Group.link("Delimiter", g.Normal)
107+
Group.link("Delimiter", g.Noise)
108108
Group.link("Directory", g.String)
109109
Group.link("Exception", g.Normal)
110110
Group.link("Function", g.Special)

0 commit comments

Comments
 (0)