Skip to content

Commit

Permalink
fix: language name conflict #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliming2 committed Mar 15, 2021
1 parent 1ff11d6 commit b624b0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-go-template",
"displayName": "Go Template Support",
"description": "Syntax highlight support for Go text/template and html/template",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "jinliming2",
"license": "MIT",
"homepage": "https://github.com/jinliming2/vscode-go-template",
Expand Down Expand Up @@ -120,7 +120,6 @@
]
},
{
"language": "go-template",
"scopeName": "text.markdown.go-template.codeblock",
"path": "./syntaxes/markdown.go-template.tmLanguage.json",
"injectTo": [
Expand Down

0 comments on commit b624b0a

Please sign in to comment.