all repos — min @ 8d122c6a72157b956b9e838ae7f415b9f4f90528

A small but practical concatenative programming language.

Mentioned VSCode extension; updated build task.
h3rald h3rald@h3rald.com
Sat, 05 Dec 2020 12:06:07 +0100
commit

8d122c6a72157b956b9e838ae7f415b9f4f90528

parent

10a49ec26015e1136e3b2c3d9ce8c2c4c43f5364

2 files changed, 16 insertions(+), 9 deletions(-)

jump to
M site/contents/download.mdsite/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.mintasks/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