Skip to content

Commit

Permalink
fix: vue syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Feb 28, 2019
1 parent cd76f85 commit 06c7af1
Show file tree
Hide file tree
Showing 7 changed files with 302 additions and 272 deletions.
112 changes: 71 additions & 41 deletions schemes/Meetio-Cobalt.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
},
{
"name": "[HTML] Tag Name",
"scope": "text.html.basic entity.name.tag",
"scope": "entity.name.tag",
"foreground": "var(red)"
},
{
Expand Down Expand Up @@ -295,6 +295,46 @@
"scope": "constant.language.boolean.false.js, constant.language.boolean.true.js",
"foreground": "var(orange)"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(magenta)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "[Markdown] Deleted",
"scope": "markup.deleted",
Expand Down Expand Up @@ -374,46 +414,6 @@
"scope": "(text punctuation.definition.italic | text punctuation.definition.bold)",
"foreground": "var(magenta)"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(magenta)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
Expand Down Expand Up @@ -466,6 +466,36 @@
"foreground": "var(foreground)",
"background": "var(yellow)"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
"foreground": "var(yellow)"
},
{
"name": "[PHP] Storage",
"scope": "storage.modifier.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Function",
"scope": "storage.type.function.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Extends",
"scope": "storage.modifier.extends.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Construct",
"scope": "support.function.construct.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Var",
"scope": "support.function.var.php",
"foreground": "var(cyan)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
Expand Down
92 changes: 46 additions & 46 deletions schemes/Meetio-Darker.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
},
{
"name": "[HTML] Tag Name",
"scope": "text.html.basic entity.name.tag",
"scope": "entity.name.tag",
"foreground": "var(red)"
},
{
Expand Down Expand Up @@ -295,6 +295,46 @@
"scope": "constant.language.boolean.false.js, constant.language.boolean.true.js",
"foreground": "var(orange)"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(magenta)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "[Markdown] Deleted",
"scope": "markup.deleted",
Expand Down Expand Up @@ -374,46 +414,6 @@
"scope": "(text punctuation.definition.italic | text punctuation.definition.bold)",
"foreground": "var(magenta)"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(magenta)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
Expand Down Expand Up @@ -466,11 +466,6 @@
"foreground": "var(foreground)",
"background": "var(yellow)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
Expand Down Expand Up @@ -500,6 +495,11 @@
"name": "[PHP] Var",
"scope": "support.function.var.php",
"foreground": "var(cyan)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
"foreground": "var(cyan)"
}
]
}
92 changes: 46 additions & 46 deletions schemes/Meetio-Lighter.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
},
{
"name": "[HTML] Tag Name",
"scope": "text.html.basic entity.name.tag",
"scope": "entity.name.tag",
"foreground": "var(red)"
},
{
Expand Down Expand Up @@ -295,6 +295,46 @@
"scope": "constant.language.boolean.false.js, constant.language.boolean.true.js",
"foreground": "var(orange)"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(magenta)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "[Markdown] Deleted",
"scope": "markup.deleted",
Expand Down Expand Up @@ -374,46 +414,6 @@
"scope": "(text punctuation.definition.italic | text punctuation.definition.bold)",
"foreground": "var(magenta)"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(magenta)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
Expand Down Expand Up @@ -466,11 +466,6 @@
"foreground": "var(foreground)",
"background": "var(yellow)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
Expand Down Expand Up @@ -500,6 +495,11 @@
"name": "[PHP] Var",
"scope": "support.function.var.php",
"foreground": "var(cyan)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
"foreground": "var(cyan)"
}
]
}
Loading

0 comments on commit 06c7af1

Please sign in to comment.