mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 18:44:19 +00:00
Begin C# support
This commit is contained in:
parent
802a510fbb
commit
4909a0bf6d
1 changed files with 3 additions and 2 deletions
|
@ -139,6 +139,7 @@
|
||||||
"meta.directive.transaction.beancount meta.account.beancount punctuation.separator.beancount",
|
"meta.directive.transaction.beancount meta.account.beancount punctuation.separator.beancount",
|
||||||
"meta.tag.table.toml",
|
"meta.tag.table.toml",
|
||||||
"markup.heading.wikitext",
|
"markup.heading.wikitext",
|
||||||
|
"keyword.operator.arrow.cs",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#cc7832",
|
"foreground": "#cc7832",
|
||||||
|
@ -430,10 +431,11 @@
|
||||||
"punctuation.definition.inline.tag.jsdoc",
|
"punctuation.definition.inline.tag.jsdoc",
|
||||||
"storage.type.class.jsdoc",
|
"storage.type.class.jsdoc",
|
||||||
"keyword.other.documentation.javadoc",
|
"keyword.other.documentation.javadoc",
|
||||||
|
"comment.block.documentation entity.name.tag",
|
||||||
|
"comment.block.documentation punctuation.definition.tag",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#8A8A3B",
|
"foreground": "#8A8A3B",
|
||||||
"fontStyle": "bold"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -460,7 +462,6 @@
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#8A8A3B",
|
"foreground": "#8A8A3B",
|
||||||
"fontStyle": "bold"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue