mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-22 02:54:21 +00:00
Simplify punctuation rules
This commit is contained in:
parent
03f2939bbd
commit
5fea8ce726
1 changed files with 1 additions and 12 deletions
|
@ -183,18 +183,7 @@
|
||||||
{
|
{
|
||||||
"name": "punctuation",
|
"name": "punctuation",
|
||||||
"scope": [
|
"scope": [
|
||||||
"punctuation.definition",
|
"punctuation",
|
||||||
"punctuation.accessor",
|
|
||||||
"punctuation.squarebracket",
|
|
||||||
"punctuation.curlybrace",
|
|
||||||
"punctuation.terminator",
|
|
||||||
"punctuation.parenthesis",
|
|
||||||
"punctuation.brackets",
|
|
||||||
"punctuation.section",
|
|
||||||
"punctuation.separator",
|
|
||||||
"punctuation.comma",
|
|
||||||
"punctuation.semi",
|
|
||||||
"punctuation.bracket",
|
|
||||||
"meta.brace",
|
"meta.brace",
|
||||||
"meta.tag.xml",
|
"meta.tag.xml",
|
||||||
"meta.function.calc",
|
"meta.function.calc",
|
||||||
|
|
Loading…
Reference in a new issue