mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 18:44:19 +00:00
Initial scss support
This commit is contained in:
parent
18a5fcf67c
commit
43f9264138
1 changed files with 11 additions and 1 deletions
|
@ -143,6 +143,7 @@
|
|||
"storage.modifier.ts",
|
||||
"storage.modifier.tsx",
|
||||
"storage.modifier.mut",
|
||||
"storage.modifier.perl",
|
||||
"storage.type.class",
|
||||
"storage.type.function",
|
||||
"storage.type.namespace",
|
||||
|
@ -164,8 +165,11 @@
|
|||
"storage.type.modifier.access.control.public.cpp",
|
||||
"storage.type.modifier.access.control.protected.cpp",
|
||||
"storage.type.modifier.access.control.private.cpp",
|
||||
"storage.type.sub.perl",
|
||||
"constant.language.import-export-all",
|
||||
"variable.language.wildcard",
|
||||
"string.unquoted.heredoc punctuation.definition.string.begin",
|
||||
"string.unquoted.heredoc punctuation.definition.string.end",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#ff9340",
|
||||
|
@ -211,6 +215,7 @@
|
|||
"storage.modifier.package",
|
||||
"storage.modifier.import",
|
||||
"constant.language.beancount",
|
||||
"support.type.object.module",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#ffdd44",
|
||||
|
@ -382,6 +387,7 @@
|
|||
"entity.name.type.lifetime",
|
||||
"constant.language.boolean.yaml",
|
||||
"support.function.builtin.shorthand.gdscript",
|
||||
"entity.name.tag.reference.scss",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#db88db",
|
||||
|
@ -417,6 +423,7 @@
|
|||
"scope": [
|
||||
"string.quoted.binary",
|
||||
"string.unquoted.block.yaml",
|
||||
"string.unquoted.heredoc",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#a7c261",
|
||||
|
@ -511,7 +518,8 @@
|
|||
"variable.parameter.function-call.python",
|
||||
"constant.other.symbol.hashkey",
|
||||
"support.variable.beancount",
|
||||
"source.pip-requirements entity.name.class"
|
||||
"source.pip-requirements entity.name.class",
|
||||
"meta.property-list.scss entity.name.tag.css",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#ff6736",
|
||||
|
@ -535,6 +543,7 @@
|
|||
"meta.function.decorator support.type",
|
||||
"meta.attribute punctuation.definition.attribute",
|
||||
"meta.attribute punctuation.brackets.attribute",
|
||||
"support.type.vendored.property-name",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#bbb529",
|
||||
|
@ -759,6 +768,7 @@
|
|||
"scope": [
|
||||
"entity.name.tag.css",
|
||||
"entity.name.tag.wildcard.css",
|
||||
"entity.name.tag.wildcard.scss",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#00ff32",
|
||||
|
|
Loading…
Reference in a new issue