Skip to content

Commit

Permalink
Merge pull request #13 from wawandco/fix-injection
Browse files Browse the repository at this point in the history
[FIX]: Injections corrections and adding icon
  • Loading branch information
paganotoni authored Nov 25, 2022
2 parents 1ff071a + 22ac090 commit 420f5c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file added assets/visho_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@
"plush": {
"editor.semanticHighlighting.enabled": true
}
}
},
"icon": {
"dark": "./assets/visho_icon.png",
"light": "./assets/visho_icon.png"
}
}
],
"commands":[
Expand Down
3 changes: 0 additions & 3 deletions syntaxes/plush.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"injections": {
"text.html.plush, L:(source.css - (meta.embedded.block.plush | meta.embedded.line.plush))": {
"patterns": [
{
"include": "#keyword"
},
{
"include": "#main"
}
Expand Down

0 comments on commit 420f5c1

Please sign in to comment.