feat(colors): add razorLine default
The `razorLine` I witness the most is the `@page`, which should be a `String` default.
This commit is contained in:
parent
be9d13a185
commit
514b1c346f
|
@ -436,6 +436,7 @@ local highlight_groups = {
|
||||||
razorDelimiter = 'PreProc',
|
razorDelimiter = 'PreProc',
|
||||||
razorhtmlValueDelimiter = 'Delimiter',
|
razorhtmlValueDelimiter = 'Delimiter',
|
||||||
razorImplicitExpression = 'Include',
|
razorImplicitExpression = 'Include',
|
||||||
|
razorLine = 'String',
|
||||||
|
|
||||||
--[[ 4.3.4. CSS ]]
|
--[[ 4.3.4. CSS ]]
|
||||||
cssAtRule = 'PreCondit',
|
cssAtRule = 'PreCondit',
|
||||||
|
|
Loading…
Reference in New Issue