Skip to content

Commit

Permalink
Merge pull request #3 from lachieh/release/1.1.0
Browse files Browse the repository at this point in the history
Release/1.1.0
  • Loading branch information
lachieh authored Aug 14, 2019
2 parents 4a6a01f + 41337e6 commit bc833a0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "perch-language-support",
"displayName": "Perch Language Support",
"description": "Language Support for the Perch CMS Template files",
"version": "1.0.1",
"version": "1.1.0",
"publisher": "lachieh",
"engines": {
"vscode": "^1.25.0"
Expand Down Expand Up @@ -48,4 +48,4 @@
}
]
}
}
}
13 changes: 11 additions & 2 deletions syntaxes/perch.tmLanguage.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
"name": "Perch Template",
"injectionSelector": "L:text.html.basic, L:text.html.derivative, L:source.js",
"injectionSelector": "L:text.html.basic, L:text.html.derivative",
"scopeName": "text.html.perch",
"patterns": [
{
Expand All @@ -26,6 +26,15 @@
"include": "#tag-stuff"
}
]
},
{
"name": "comment.block.html.perch",
"match": "<!--\\*.*\\*-->",
"captures": {
"0": {
"name": "punctuation.definition.comment.html.perch"
}
}
}
],
"repository": {
Expand Down Expand Up @@ -197,4 +206,4 @@
]
}
}
}
}

0 comments on commit bc833a0

Please sign in to comment.