From 7df4c8fa9b614a81b7c32feeb29459bfe0291c6d Mon Sep 17 00:00:00 2001 From: Tom Harrington Date: Tue, 22 Jan 2019 20:54:52 -0700 Subject: [PATCH] Add README --- resources/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/README.md b/resources/README.md index e69de29b..854d7808 100644 --- a/resources/README.md +++ b/resources/README.md @@ -0,0 +1,9 @@ +# `mogenerator` related resources + +## For template editors + +If you're editing `mogenerator` template files with Visual Studio Code, you can add syntax highlighting support for `.motemplate` files like [the ones included with `mogenerator`](../templates). + +![](mogenerator-template-vscode/sample.png) + +To use syntax highlighting, copy the `mogenerator-template-vscode` directory into `~/.vscode/extensions/` on your Mac, and relaunch Visual Studio Code.