+10
-0
lines changedFilter options
+10
-0
lines changed Original file line number Diff line number Diff line change
@@ -38,6 +38,9 @@ local subcapture_fallback = {
38
38
39
39
TSHighlighter.hl_map = setmetatable({
40
40
["error"] = "Error",
41
+
["text.underline"] = "Underlined",
42
+
["todo"] = "Todo",
43
+
["debug"] = "Debug",
41
44
42
45
-- Miscs
43
46
["comment"] = "Comment",
@@ -49,10 +52,13 @@ TSHighlighter.hl_map = setmetatable({
49
52
["constant"] = "Constant",
50
53
["constant.builtin"] = "Special",
51
54
["constant.macro"] = "Define",
55
+
["define"] = "Define",
56
+
["macro"] = "Macro",
52
57
["string"] = "String",
53
58
["string.regex"] = "String",
54
59
["string.escape"] = "SpecialChar",
55
60
["character"] = "Character",
61
+
["character.special"] = "SpecialChar",
56
62
["number"] = "Number",
57
63
["boolean"] = "Boolean",
58
64
["float"] = "Float",
@@ -78,8 +84,12 @@ TSHighlighter.hl_map = setmetatable({
78
84
79
85
["type"] = "Type",
80
86
["type.builtin"] = "Type",
87
+
["type.qualifier"] = "Type",
88
+
["type.definition"] = "Typedef",
89
+
["storageclass"] = "StorageClass",
81
90
["structure"] = "Structure",
82
91
["include"] = "Include",
92
+
["preproc"] = "PreProc",
83
93
}, subcapture_fallback)
84
94
85
95
---@private
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4