all repos — hex @ 5dba6d0d35450ed9138b57a07dc578d3864c2496

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

Updated vim syntax
Fabio Cevasco h3rald@h3rald.com
Fri, 03 Jan 2025 22:01:57 +0100
commit

5dba6d0d35450ed9138b57a07dc578d3864c2496

parent

e97cfdbc3ab51dc5d6451911d26f9f666bddfde1

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

jump to
M hex.vimhex.vim

@@ -8,8 +8,8 @@ if exists("b:current_syntax")

finish endif -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 if 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 debug map puts warn print gets syntax keyword hexNativeSymbol read write append args exit exec run syntax match hexNativeSymbol /\v\!/ syntax match hexNativeSymbol /\v\!\=/