1
Fork 0
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:
Steffo 2022-02-23 05:22:52 +01:00
parent 18a5fcf67c
commit 43f9264138
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -143,6 +143,7 @@
"storage.modifier.ts", "storage.modifier.ts",
"storage.modifier.tsx", "storage.modifier.tsx",
"storage.modifier.mut", "storage.modifier.mut",
"storage.modifier.perl",
"storage.type.class", "storage.type.class",
"storage.type.function", "storage.type.function",
"storage.type.namespace", "storage.type.namespace",
@ -164,8 +165,11 @@
"storage.type.modifier.access.control.public.cpp", "storage.type.modifier.access.control.public.cpp",
"storage.type.modifier.access.control.protected.cpp", "storage.type.modifier.access.control.protected.cpp",
"storage.type.modifier.access.control.private.cpp", "storage.type.modifier.access.control.private.cpp",
"storage.type.sub.perl",
"constant.language.import-export-all", "constant.language.import-export-all",
"variable.language.wildcard", "variable.language.wildcard",
"string.unquoted.heredoc punctuation.definition.string.begin",
"string.unquoted.heredoc punctuation.definition.string.end",
], ],
"settings": { "settings": {
"foreground": "#ff9340", "foreground": "#ff9340",
@ -211,6 +215,7 @@
"storage.modifier.package", "storage.modifier.package",
"storage.modifier.import", "storage.modifier.import",
"constant.language.beancount", "constant.language.beancount",
"support.type.object.module",
], ],
"settings": { "settings": {
"foreground": "#ffdd44", "foreground": "#ffdd44",
@ -382,6 +387,7 @@
"entity.name.type.lifetime", "entity.name.type.lifetime",
"constant.language.boolean.yaml", "constant.language.boolean.yaml",
"support.function.builtin.shorthand.gdscript", "support.function.builtin.shorthand.gdscript",
"entity.name.tag.reference.scss",
], ],
"settings": { "settings": {
"foreground": "#db88db", "foreground": "#db88db",
@ -417,6 +423,7 @@
"scope": [ "scope": [
"string.quoted.binary", "string.quoted.binary",
"string.unquoted.block.yaml", "string.unquoted.block.yaml",
"string.unquoted.heredoc",
], ],
"settings": { "settings": {
"foreground": "#a7c261", "foreground": "#a7c261",
@ -511,7 +518,8 @@
"variable.parameter.function-call.python", "variable.parameter.function-call.python",
"constant.other.symbol.hashkey", "constant.other.symbol.hashkey",
"support.variable.beancount", "support.variable.beancount",
"source.pip-requirements entity.name.class" "source.pip-requirements entity.name.class",
"meta.property-list.scss entity.name.tag.css",
], ],
"settings": { "settings": {
"foreground": "#ff6736", "foreground": "#ff6736",
@ -535,6 +543,7 @@
"meta.function.decorator support.type", "meta.function.decorator support.type",
"meta.attribute punctuation.definition.attribute", "meta.attribute punctuation.definition.attribute",
"meta.attribute punctuation.brackets.attribute", "meta.attribute punctuation.brackets.attribute",
"support.type.vendored.property-name",
], ],
"settings": { "settings": {
"foreground": "#bbb529", "foreground": "#bbb529",
@ -759,6 +768,7 @@
"scope": [ "scope": [
"entity.name.tag.css", "entity.name.tag.css",
"entity.name.tag.wildcard.css", "entity.name.tag.wildcard.css",
"entity.name.tag.wildcard.scss",
], ],
"settings": { "settings": {
"foreground": "#00ff32", "foreground": "#00ff32",