Mentioned VSCode extension; updated build task.
h3rald h3rald@h3rald.com
Sat, 05 Dec 2020 12:06:07 +0100
2 files changed,
16 insertions(+),
9 deletions(-)
M
site/contents/download.md
→
site/contents/download.md
@@ -93,5 +93,6 @@ > [$](class:prompt) cat myfile.min | min
## Syntax Highlighting +* If you are using [Visual Studio Code](https://code.visualstudio.com/), you can install the official [min extension](https://marketplace.visualstudio.com/items?itemName=h3rald.vscode-min-lang) which provides syntax highlighting support, code folding, and auto-indentation. * If you are using [Vim](https://www.vim.org), a [min.vim](https://github.com/h3rald/min/blob/master/min.vim) syntax definition file is available in the min repo. * If you are using [Sublime Text 3](https://www.sublimetext.com/3), Rafael Carrasco created a min syntax definition file that is available [here](https://github.com/rscarrasco/min-sublime-syntax).
M
tasks/build.min
→
tasks/build.min
@@ -26,6 +26,16 @@ "Compressing: $#" (fn) =% notice
(exe) => fn zip ) :pack +( + "hastyscribe" required + "Building - guide" notice + "hastyscribe Min_DeveloperGuide.md --field/version=$#" (version) =% ! +) :build-guide +( + "hastysite" required + "Building - site" notice + "cd site && hastysite build && cd .." ! +) :build-site ; Define module {}@@ -41,14 +51,10 @@ ) %macosx
( "windows" cz ) %windows -( - "hastyscribe" required - "Building - guide" notice - "hastyscribe Min_DeveloperGuide.md --field/version=$#" (version) =% ! -) %guide +'build-guide %guide +'build-site %site ( - "hastysite" required - "Building - site" notice - "cd site && hastysite build && cd .." ! -) %site + build-guide + build-site +) %docs +build-tasks