1
Fork 0
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:
Steffo 2022-05-20 19:27:47 +02:00
parent cfd389446e
commit 0935312a58
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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",