fix fennel syntax highlighting quirk
This commit is contained in:
parent
6d46d0f638
commit
f0156c576a
|
@ -15,8 +15,8 @@ syntax.add {
|
|||
{ pattern = "0x[%da-fA-F]+", type = "number" },
|
||||
{ pattern = "-?%d+[%d%.]*", type = "number" },
|
||||
{ pattern = "-?%.?%d+", type = "number" },
|
||||
{ pattern = "%f[^(][^()'%s\"]+", type = "function" },
|
||||
{ pattern = "[^()'%s\"]+", type = "symbol" },
|
||||
{ pattern = "%f[^(%[%{][^()'%s\"]+", type = "function" },
|
||||
{ pattern = "[^()%s\"]+", type = "symbol" },
|
||||
},
|
||||
|
||||
symbols = {
|
||||
|
|
Loading…
Reference in a new issue