perf(colors): remove rust defaults
I recently overhaulded the Iron-E/rust.vim syntax file so these are no longer needed.
This commit is contained in:
parent
aa8e36bd4f
commit
9bd13673f9
|
@ -578,23 +578,6 @@ local highlight_groups = {
|
||||||
rubyDefine = 'Define',
|
rubyDefine = 'Define',
|
||||||
rubyInterpolationDelimiter = 'Delimiter',
|
rubyInterpolationDelimiter = 'Delimiter',
|
||||||
|
|
||||||
--[[ 4.3.22. Rust ]]
|
|
||||||
rustAssert = 'Debug',
|
|
||||||
rustConstraint = 'Operator',
|
|
||||||
rustDynKeyword = 'rustStorage',
|
|
||||||
rustGeneric = 'Delimiter',
|
|
||||||
rustEscape = 'SpecialChar',
|
|
||||||
rustIdentifier = 'Identifier',
|
|
||||||
rustKeyword = 'Keyword',
|
|
||||||
rustLifetime = 'Label',
|
|
||||||
rustModPath = 'Include',
|
|
||||||
rustNoise = 'Delimiter',
|
|
||||||
rustPanic = 'Exception',
|
|
||||||
rustRepeat = 'Repeat',
|
|
||||||
rustScopeDecl = 'Delimiter',
|
|
||||||
rustStructure = 'Structure',
|
|
||||||
rustUnused = 'Special',
|
|
||||||
|
|
||||||
--[[ 4.3.23. Scala ]]
|
--[[ 4.3.23. Scala ]]
|
||||||
scalaKeyword = 'Keyword',
|
scalaKeyword = 'Keyword',
|
||||||
scalaNameDefinition = 'Identifier',
|
scalaNameDefinition = 'Identifier',
|
||||||
|
@ -818,6 +801,14 @@ local highlight_groups = {
|
||||||
|
|
||||||
--[[ 4.4.11. Fern ]]
|
--[[ 4.4.11. Fern ]]
|
||||||
FernBranchText = 'Directory',
|
FernBranchText = 'Directory',
|
||||||
|
|
||||||
|
--[[ 4.4.12. LSPSaga ]]
|
||||||
|
DefinitionCount = 'Number',
|
||||||
|
DefinitionIcon = 'Special',
|
||||||
|
ReferencesCount = 'Number',
|
||||||
|
ReferencesIcon = 'DefinitionIcon',
|
||||||
|
TargetFileName = 'Directory',
|
||||||
|
TargetWord = 'Title',
|
||||||
}
|
}
|
||||||
|
|
||||||
--[[ Step 5: Terminal Colors
|
--[[ Step 5: Terminal Colors
|
||||||
|
|
Loading…
Reference in New Issue