Skip to content

Commit

Permalink
feat: add support for YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Vieira committed May 25, 2022
1 parent 3edd114 commit 7155a70
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@
}
},
"dependencies": {
"@types/node": "^17.0.23"
"@types/node": "^17.0.35"
},
"devDependencies": {
"@babel/core": "7.17.8",
"@babel/preset-env": "7.16.11",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@babel/core": "7.18.2",
"@babel/preset-env": "7.18.2",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"conventional-changelog-cli": "^2.2.2",
"@meetio/meetio-colors": "^4.1.1",
"@meetio/meetio-icons": "^1.10.0",
"@meetio/scheme-generator": "^3.1.0",
"@meetio/scheme-generator": "^3.2.0",
"babel-eslint": "^10.1.0",
"@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.16.0",
"eslint": "8.11.0",
"glob": "^7.2.0",
"husky": "^7.0.4",
"prettier": "^2.6.0",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"eslint": "8.16.0",
"glob": "^8.0.3",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"svg2img": "^0.9.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
"picocolors": "^1.0.0"
}
}
10 changes: 10 additions & 0 deletions schemes/Meetio Darker.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,16 @@
"scope": "text.html.vue meta.property.object",
"foreground": "var(foreground)"
},
{
"name": "YAML - Key",
"scope": "entity.name.tag.yaml",
"foreground": "var(red)"
},
{
"name": "YAML - String",
"scope": "source.yaml string.unquoted",
"foreground": "var(green)"
},
{
"name": "PYTHON - Parameters Annotation ",
"scope": "source.python meta.function.parameters.annotation.python meta.qualified-name.python meta.generic-name.python",
Expand Down
10 changes: 10 additions & 0 deletions schemes/Meetio Deepocean.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,16 @@
"scope": "text.html.vue meta.property.object",
"foreground": "var(foreground)"
},
{
"name": "YAML - Key",
"scope": "entity.name.tag.yaml",
"foreground": "var(red)"
},
{
"name": "YAML - String",
"scope": "source.yaml string.unquoted",
"foreground": "var(green)"
},
{
"name": "PYTHON - Parameters Annotation ",
"scope": "source.python meta.function.parameters.annotation.python meta.qualified-name.python meta.generic-name.python",
Expand Down
10 changes: 10 additions & 0 deletions schemes/Meetio Lighter.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,16 @@
"scope": "text.html.vue meta.property.object",
"foreground": "var(foreground)"
},
{
"name": "YAML - Key",
"scope": "entity.name.tag.yaml",
"foreground": "var(red)"
},
{
"name": "YAML - String",
"scope": "source.yaml string.unquoted",
"foreground": "var(green)"
},
{
"name": "PYTHON - Parameters Annotation ",
"scope": "source.python meta.function.parameters.annotation.python meta.qualified-name.python meta.generic-name.python",
Expand Down
10 changes: 10 additions & 0 deletions schemes/Meetio Palenight.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,16 @@
"scope": "text.html.vue meta.property.object",
"foreground": "var(foreground)"
},
{
"name": "YAML - Key",
"scope": "entity.name.tag.yaml",
"foreground": "var(red)"
},
{
"name": "YAML - String",
"scope": "source.yaml string.unquoted",
"foreground": "var(green)"
},
{
"name": "PYTHON - Parameters Annotation ",
"scope": "source.python meta.function.parameters.annotation.python meta.qualified-name.python meta.generic-name.python",
Expand Down

0 comments on commit 7155a70

Please sign in to comment.