Added syntax highlighting

This commit is contained in:
Elio Struyf
2020-09-23 12:15:15 +02:00
parent bc734df109
commit a278dc7d88
6 changed files with 85 additions and 1 deletions
+8 -1
View File
@@ -134,7 +134,14 @@
"command": "frontMatter.generateSlug",
"title": "Front Matter: Generate slug based on article title"
}
]
],
"grammars": [
{
"path": "./syntaxes/hugo.tmLanguage.json",
"scopeName": "frontmatter.markdown.hugo",
"injectTo": [ "text.html.markdown" ]
}
]
},
"scripts": {
"vscode:prepublish": "webpack --mode production",