all repos — min @ 0bd00fad1d4d2cf0e676135997d4b6523e9a5aa0

A small but practical concatenative programming language.

Mentioned how to get syntax highlighting in Vim and Sublime Text.
h3rald h3rald@h3rald.com
Sun, 20 May 2018 12:28:54 +0200
commit

0bd00fad1d4d2cf0e676135997d4b6523e9a5aa0

parent

71ce8cb764f86a99e78f8c03096c2f645fdaacf6

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M site/contents/download.mdsite/contents/download.md

@@ -80,3 +80,8 @@

> %min-terminal% > > [$](class:prompt) cat myfile.min | min + +## Syntax Highlighting + +* 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).