File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
test-syntax :
2
2
nvim -l test/test-syntax.lua
3
- git diff --name-only -- exit-code -- ' test/syntax/expected/*.res.txt'
3
+ git diff --exit-code -- ' test/syntax/expected/*.res.txt'
Original file line number Diff line number Diff line change 56
56
row = 22,
57
57
syntax = { {
58
58
hl_group = "resString",
59
- hl_group_link = "Constant "
59
+ hl_group_link = "String "
60
60
} }
61
61
}, {
62
62
col = 19,
63
63
row = 24,
64
64
syntax = { {
65
65
hl_group = "resString",
66
- hl_group_link = "Constant "
66
+ hl_group_link = "String "
67
67
} }
68
68
}, {
69
69
col = 8,
77
77
row = 29,
78
78
syntax = { {
79
79
hl_group = "resString",
80
- hl_group_link = "Constant "
80
+ hl_group_link = "String "
81
81
} }
82
82
}, {
83
83
col = 8,
142
142
row = 65,
143
143
syntax = { {
144
144
hl_group = "resFunction",
145
- hl_group_link = "Identifier "
145
+ hl_group_link = "Function "
146
146
} }
147
147
}, {
148
148
col = 11,
156
156
row = 71,
157
157
syntax = { {
158
158
hl_group = "resModuleOrVariant",
159
- hl_group_link = "Identifier "
159
+ hl_group_link = "Function "
160
160
} }
161
161
}, {
162
162
col = 9,
163
163
row = 74,
164
164
syntax = { {
165
165
hl_group = "resPolyVariant",
166
- hl_group_link = "Identifier "
166
+ hl_group_link = "Function "
167
167
} }
168
168
}, {
169
169
col = 7,
You can’t perform that action at this time.
0 commit comments