Skip to content

Commit a4b7eac

Browse files
committed
Improve csv token colorization
1 parent 2683f24 commit a4b7eac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mode/csv/csv.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
regex: /((?: *"(?:[^"]*"")*[^"]*" *(?:,|$))|(?:[^,]*(?:,|$))|)((?: *"(?:[^"]*"")*[^"]*" *(?:,|$))|(?:[^,]*(?:,|$))|)((?: *"(?:[^"]*"")*[^"]*" *(?:,|$))|(?:[^,]*(?:,|$))|)((?: *"(?:[^"]*"")*[^"]*" *(?:,|$))|(?:[^,]*(?:,|$))|)((?: *"(?:[^"]*"")*[^"]*" *(?:,|$))|(?:[^,]*(?:,|$))|)((?: *"(?:[^"]*"")*[^"]*" *(?:,|$))|(?:[^,]*(?:,|$))|)((?: *"(?:[^"]*"")*[^"]*" *(?:,|$))|(?:[^,]*(?:,|$))|)((?: *"(?:[^"]*"")*[^"]*" *(?:,|$))|(?:[^,]*(?:,|$))|)((?: *"(?:[^"]*"")*[^"]*" *(?:,|$))|(?:[^,]*(?:,|$))|)/,
1414
token: [
1515
"variable",
16-
"variable-2",
17-
"variable-3",
18-
"operator",
1916
"keyword",
20-
"variable",
17+
"operator",
18+
"string",
19+
"number",
2120
"variable-2",
22-
"variable-3",
21+
"keyword",
2322
"operator",
24-
"keyword"
23+
"string",
24+
"number"
2525
]
2626
}
2727
]

0 commit comments

Comments
 (0)