mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 18:44:19 +00:00
Improve TeX and MD support
This commit is contained in:
parent
43f9264138
commit
f63c95939e
1 changed files with 15 additions and 0 deletions
|
@ -170,6 +170,7 @@
|
||||||
"variable.language.wildcard",
|
"variable.language.wildcard",
|
||||||
"string.unquoted.heredoc punctuation.definition.string.begin",
|
"string.unquoted.heredoc punctuation.definition.string.begin",
|
||||||
"string.unquoted.heredoc punctuation.definition.string.end",
|
"string.unquoted.heredoc punctuation.definition.string.end",
|
||||||
|
"keyword.control.preamble.latex punctuation.definition.function.latex",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff9340",
|
"foreground": "#ff9340",
|
||||||
|
@ -199,6 +200,8 @@
|
||||||
"storage.modifier.chomping-indicator",
|
"storage.modifier.chomping-indicator",
|
||||||
"meta.directive.transaction.beancount meta.account.beancount punctuation.separator.beancount",
|
"meta.directive.transaction.beancount meta.account.beancount punctuation.separator.beancount",
|
||||||
"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.end.bracket",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#cc7832",
|
"foreground": "#cc7832",
|
||||||
|
@ -216,6 +219,7 @@
|
||||||
"storage.modifier.import",
|
"storage.modifier.import",
|
||||||
"constant.language.beancount",
|
"constant.language.beancount",
|
||||||
"support.type.object.module",
|
"support.type.object.module",
|
||||||
|
"meta.preamble.latex support.class"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ffdd44",
|
"foreground": "#ffdd44",
|
||||||
|
@ -311,6 +315,11 @@
|
||||||
"entity.other.attribute-name.class.mixin",
|
"entity.other.attribute-name.class.mixin",
|
||||||
"source.rst keyword.control",
|
"source.rst keyword.control",
|
||||||
"meta.function.call entity.name.function",
|
"meta.function.call entity.name.function",
|
||||||
|
"punctuation.definition.function.tex",
|
||||||
|
"punctuation.definition.function.latex",
|
||||||
|
"constant.character.math.tex",
|
||||||
|
"constant.other.general.math.tex",
|
||||||
|
"punctuation.definition.constant.math.tex",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#e6e68a",
|
"foreground": "#e6e68a",
|
||||||
|
@ -368,6 +377,7 @@
|
||||||
"constant.other.caps",
|
"constant.other.caps",
|
||||||
"meta.import meta.block variable.other.readwrite",
|
"meta.import meta.block variable.other.readwrite",
|
||||||
"source.rst entity.name.tag",
|
"source.rst entity.name.tag",
|
||||||
|
"meta.function.environment support.class.math.block.environment.latex",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#dcaf88",
|
"foreground": "#dcaf88",
|
||||||
|
@ -424,6 +434,9 @@
|
||||||
"string.quoted.binary",
|
"string.quoted.binary",
|
||||||
"string.unquoted.block.yaml",
|
"string.unquoted.block.yaml",
|
||||||
"string.unquoted.heredoc",
|
"string.unquoted.heredoc",
|
||||||
|
"support.class.math.block.environment.latex",
|
||||||
|
"punctuation.definition.string.begin.latex",
|
||||||
|
"punctuation.definition.string.end.latex",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#a7c261",
|
"foreground": "#a7c261",
|
||||||
|
@ -641,6 +654,8 @@
|
||||||
"name": "Quote / Greentext",
|
"name": "Quote / Greentext",
|
||||||
"scope": [
|
"scope": [
|
||||||
"markup.quote",
|
"markup.quote",
|
||||||
|
"punctuation.definition.quote.begin",
|
||||||
|
"punctuation.definition.quote.end",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#639656",
|
"foreground": "#639656",
|
||||||
|
|
Loading…
Reference in a new issue