mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-24 20:14:19 +00:00
Fix prisma unhighlighted parens
This commit is contained in:
parent
0935312a58
commit
9bedae8e1d
1 changed files with 1 additions and 2 deletions
|
@ -206,9 +206,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",
|
|
||||||
"source.sql", // AGAIN VERY EXPERIMENTAL
|
"source.sql", // AGAIN VERY EXPERIMENTAL
|
||||||
|
"source.prisma", // why are all syntax highlighters so broken?
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#cc7832",
|
"foreground": "#cc7832",
|
||||||
|
|
Loading…
Reference in a new issue