all repos — hex @ 0e5fe4ff58ee5b94d4969bb3524accca01624fd2

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Updated vim syntax.
h3rald h3rald@h3rald.com
Mon, 23 Dec 2024 17:38:29 +0100
commit

0e5fe4ff58ee5b94d4969bb3524accca01624fd2

parent

f27ecf68bbf8d888b463fe1a071e6f7e696a21ce

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M hex.vimhex.vim

@@ -2,14 +2,14 @@ " Vim syntax file

" Language: hex " Maintainer: Fabio Cevasco " Last Change: 2024-12-10 -" Version: 0.1.0 +" Version: 0.3.0 if exists("b:current_syntax") finish endif -syntax keyword hexNativeSymbol if when while error try dup pop swap stack clear and or not xor int str hex dec type -syntax keyword hexNativeSymbol cat chr len get ord index join split replace each map puts warn print gets +syntax keyword hexNativeSymbol if when while error symbols throw try dup pop swap stack and or not xor int str hex dec type +syntax keyword hexNativeSymbol cat chr len get ord index join split replace map puts warn print gets syntax keyword hexNativeSymbol read write append args exit exec run syntax match hexNativeSymbol /\v\!/ syntax match hexNativeSymbol /\v\!\=/