Imrpove various highlights
This commit is contained in:
parent
1588f31868
commit
c717579f6c
|
@ -351,7 +351,6 @@ local highlight_groups = {
|
||||||
|
|
||||||
--[[ 4.2.13. Misc ]]
|
--[[ 4.2.13. Misc ]]
|
||||||
Directory = {fg=ice, style='bold'},
|
Directory = {fg=ice, style='bold'},
|
||||||
Terminal = 'Normal',
|
|
||||||
|
|
||||||
--[[ 4.3. Programming Languages
|
--[[ 4.3. Programming Languages
|
||||||
Everything in this section is OPTIONAL. Feel free to remove everything
|
Everything in this section is OPTIONAL. Feel free to remove everything
|
||||||
|
@ -394,14 +393,14 @@ local highlight_groups = {
|
||||||
cssTagName = 'Type',
|
cssTagName = 'Type',
|
||||||
cssTagName = 'htmlTagName',
|
cssTagName = 'htmlTagName',
|
||||||
scssAmpersand = 'Special',
|
scssAmpersand = 'Special',
|
||||||
scssAttribute = 'Normal',
|
scssAttribute = 'Label',
|
||||||
scssBoolean = 'Boolean',
|
scssBoolean = 'Boolean',
|
||||||
scssDefault = 'Keyword',
|
scssDefault = 'Keyword',
|
||||||
scssElse = 'PreCondit',
|
scssElse = 'PreCondit',
|
||||||
scssIf = 'PreCondit',
|
scssIf = 'PreCondit',
|
||||||
scssInclude = 'Include',
|
scssInclude = 'Include',
|
||||||
scssSelectorChar = 'Operator',
|
scssSelectorChar = 'Operator',
|
||||||
scssSelectorName = 'Label',
|
scssSelectorName = 'Identifier',
|
||||||
scssVariable = 'Define',
|
scssVariable = 'Define',
|
||||||
scssVariableAssignment = 'Operator',
|
scssVariableAssignment = 'Operator',
|
||||||
|
|
||||||
|
@ -463,10 +462,10 @@ local highlight_groups = {
|
||||||
|
|
||||||
--[[ 4.3.11. JSON ]]
|
--[[ 4.3.11. JSON ]]
|
||||||
jsonBraces = 'luaBraces',
|
jsonBraces = 'luaBraces',
|
||||||
jsonKeywordMatch = 'Delimiter',
|
jsonKeywordMatch = 'Operator',
|
||||||
jsonNull = 'Constant',
|
jsonNull = 'Constant',
|
||||||
jsonQuote = 'String',
|
jsonQuote = 'Delimiter',
|
||||||
jsonString = 'Normal',
|
jsonString = 'String',
|
||||||
jsonStringSQError = 'Exception',
|
jsonStringSQError = 'Exception',
|
||||||
|
|
||||||
--[[ 4.3.12. Lua ]]
|
--[[ 4.3.12. Lua ]]
|
||||||
|
@ -505,7 +504,7 @@ local highlight_groups = {
|
||||||
mkdHeading = 'Delimiter',
|
mkdHeading = 'Delimiter',
|
||||||
mkdItalic = 'mkdBold',
|
mkdItalic = 'mkdBold',
|
||||||
mkdListItem = 'Special',
|
mkdListItem = 'Special',
|
||||||
mkdNonListItemBlock = 'Normal',
|
mkdNonListItemBlock = {},
|
||||||
mkdRule = 'Underlined',
|
mkdRule = 'Underlined',
|
||||||
texMathZoneY = 'String',
|
texMathZoneY = 'String',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue