mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-22 02:54:21 +00:00
Fix rust classes
This commit is contained in:
parent
a724f7f692
commit
08ad3d52d8
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,6 @@
|
||||||
"name": "Base",
|
"name": "Base",
|
||||||
"scope": [
|
"scope": [
|
||||||
"meta.attribute.python",
|
"meta.attribute.python",
|
||||||
"entity.name.type.rust",
|
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#a9b7c6",
|
"foreground": "#a9b7c6",
|
||||||
|
@ -387,7 +386,7 @@
|
||||||
"support.function.magic",
|
"support.function.magic",
|
||||||
"support.variable.magic",
|
"support.variable.magic",
|
||||||
"keyword.other.this",
|
"keyword.other.this",
|
||||||
"keyword.other.crate",
|
"meta.use.rust keyword.other.crate",
|
||||||
"keyword.other.special-method",
|
"keyword.other.special-method",
|
||||||
"variable.parameter.function.language.special",
|
"variable.parameter.function.language.special",
|
||||||
"variable.language",
|
"variable.language",
|
||||||
|
@ -554,6 +553,7 @@
|
||||||
"meta.tag.preprocessor",
|
"meta.tag.preprocessor",
|
||||||
"meta.tag.metadata",
|
"meta.tag.metadata",
|
||||||
"meta.attribute",
|
"meta.attribute",
|
||||||
|
"meta.attribute keyword.operator.attribute.inner",
|
||||||
"entity.name.function.decorator",
|
"entity.name.function.decorator",
|
||||||
"entity.name.function.macro",
|
"entity.name.function.macro",
|
||||||
"punctuation.definition.decorator",
|
"punctuation.definition.decorator",
|
||||||
|
|
Loading…
Reference in a new issue