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:
Iron-E 2021-02-26 15:22:59 -05:00
parent aa8e36bd4f
commit 9bd13673f9
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 8 additions and 17 deletions

View File

@ -578,23 +578,6 @@ local highlight_groups = {
rubyDefine = 'Define',
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 ]]
scalaKeyword = 'Keyword',
scalaNameDefinition = 'Identifier',
@ -818,6 +801,14 @@ local highlight_groups = {
--[[ 4.4.11. Fern ]]
FernBranchText = 'Directory',
--[[ 4.4.12. LSPSaga ]]
DefinitionCount = 'Number',
DefinitionIcon = 'Special',
ReferencesCount = 'Number',
ReferencesIcon = 'DefinitionIcon',
TargetFileName = 'Directory',
TargetWord = 'Title',
}
--[[ Step 5: Terminal Colors