mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-23 11:34:19 +00:00
Merge quote
into docstring
This commit is contained in:
parent
99e9a4c9e0
commit
0799d6fcc0
1 changed files with 3 additions and 11 deletions
|
@ -390,6 +390,9 @@
|
||||||
"string.quoted.docstring",
|
"string.quoted.docstring",
|
||||||
"comment.block.documentation punctuation.definition.comment",
|
"comment.block.documentation punctuation.definition.comment",
|
||||||
"comment.block.javadoc punctuation.definition.comment",
|
"comment.block.javadoc punctuation.definition.comment",
|
||||||
|
"markup.quote",
|
||||||
|
"punctuation.definition.quote.begin",
|
||||||
|
"punctuation.definition.quote.end",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#629755",
|
"foreground": "#629755",
|
||||||
|
@ -615,17 +618,6 @@
|
||||||
"foreground": "#bbb529",
|
"foreground": "#bbb529",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "quote",
|
|
||||||
"scope": [
|
|
||||||
"markup.quote",
|
|
||||||
"punctuation.definition.quote.begin",
|
|
||||||
"punctuation.definition.quote.end",
|
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
"foreground": "#639656",
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "insert",
|
"name": "insert",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
Loading…
Reference in a new issue