mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Add basic SQL support
This commit is contained in:
parent
cfd389446e
commit
0935312a58
1 changed files with 5 additions and 0 deletions
|
@ -139,6 +139,7 @@
|
|||
"storage.modifier.extends",
|
||||
"storage.modifier.specifier.const",
|
||||
"storage.modifier.specifier.static",
|
||||
"storage.modifier.sql",
|
||||
"storage.modifier.ts",
|
||||
"storage.modifier.tsx",
|
||||
"storage.modifier.mut",
|
||||
|
@ -153,6 +154,7 @@
|
|||
"storage.type.jsx",
|
||||
"storage.type.ts",
|
||||
"storage.type.tsx",
|
||||
"storage.type.sql",
|
||||
"storage.type.type.ts",
|
||||
"storage.type.type.tsx",
|
||||
"storage.type.interface.ts",
|
||||
|
@ -206,6 +208,7 @@
|
|||
"punctuation.math.end.bracket",
|
||||
"source.prisma.array",
|
||||
"source.prisma.attribute.with_arguments",
|
||||
"source.sql", // AGAIN VERY EXPERIMENTAL
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#cc7832",
|
||||
|
@ -448,6 +451,8 @@
|
|||
"support.function.variable.quoted.single.elixir punctuation.definition.string",
|
||||
"string.unquoted.block.yaml",
|
||||
"string.unquoted.heredoc",
|
||||
"string.quoted.double.sql",
|
||||
"string.quoted.double.sql punctuation.definition.string",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#a7c261",
|
||||
|
|
Loading…
Reference in a new issue