mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-24 03:54:21 +00:00
Add initial support for prisma
This commit is contained in:
parent
2a883507f6
commit
cfd389446e
1 changed files with 22 additions and 0 deletions
|
@ -157,6 +157,8 @@
|
||||||
"storage.type.type.tsx",
|
"storage.type.type.tsx",
|
||||||
"storage.type.interface.ts",
|
"storage.type.interface.ts",
|
||||||
"storage.type.interface.tsx",
|
"storage.type.interface.tsx",
|
||||||
|
"storage.type.config.prisma",
|
||||||
|
"storage.type.model.prisma",
|
||||||
"storage.type.modifier.final",
|
"storage.type.modifier.final",
|
||||||
"storage.type.modifier.access.public.cpp",
|
"storage.type.modifier.access.public.cpp",
|
||||||
"storage.type.modifier.access.protected.cpp",
|
"storage.type.modifier.access.protected.cpp",
|
||||||
|
@ -202,6 +204,8 @@
|
||||||
"meta.directive.dated.beancount meta.account.beancount punctuation.separator.beancount",
|
"meta.directive.dated.beancount meta.account.beancount punctuation.separator.beancount",
|
||||||
"punctuation.math.begin.bracket",
|
"punctuation.math.begin.bracket",
|
||||||
"punctuation.math.end.bracket",
|
"punctuation.math.end.bracket",
|
||||||
|
"source.prisma.array",
|
||||||
|
"source.prisma.attribute.with_arguments",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#cc7832",
|
"foreground": "#cc7832",
|
||||||
|
@ -237,6 +241,7 @@
|
||||||
"entity.other.inherited-class",
|
"entity.other.inherited-class",
|
||||||
"entity.type.commodity",
|
"entity.type.commodity",
|
||||||
"variable.other.constant.elixir",
|
"variable.other.constant.elixir",
|
||||||
|
"support.type.primitive.prisma"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#88ffff",
|
"foreground": "#88ffff",
|
||||||
|
@ -249,6 +254,7 @@
|
||||||
"meta.block.class entity.name.type.class",
|
"meta.block.class entity.name.type.class",
|
||||||
"meta.block.struct entity.name.type.struct",
|
"meta.block.struct entity.name.type.struct",
|
||||||
"entity.name.type.struct.rust",
|
"entity.name.type.struct.rust",
|
||||||
|
"entity.name.type.model.prisma",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#00ffff",
|
"foreground": "#00ffff",
|
||||||
|
@ -362,6 +368,7 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"meta.enum.declaration entity.name.type.enum",
|
"meta.enum.declaration entity.name.type.enum",
|
||||||
"entity.name.type.enum.rust",
|
"entity.name.type.enum.rust",
|
||||||
|
"entity.name.type.enum.prisma",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ca6fff",
|
"foreground": "#ca6fff",
|
||||||
|
@ -550,6 +557,8 @@
|
||||||
"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",
|
"meta.property-list.scss entity.name.tag.css",
|
||||||
|
"entity.name.type.config.prisma",
|
||||||
|
"variable.parameter.key",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff6736",
|
"foreground": "#ff6736",
|
||||||
|
@ -575,6 +584,7 @@
|
||||||
"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",
|
"support.type.vendored.property-name",
|
||||||
|
"entity.name.function.attribute.prisma",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#bbb529",
|
"foreground": "#bbb529",
|
||||||
|
@ -861,6 +871,18 @@
|
||||||
"foreground": "#00ffaa",
|
"foreground": "#00ffaa",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Database things
|
||||||
|
{
|
||||||
|
"name": "Database relationships",
|
||||||
|
"scope": [
|
||||||
|
"variable.language.relations.prisma",
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#00ffaa",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
// Invalid stuff
|
// Invalid stuff
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue