Updated vim syntax
Fabio Cevasco h3rald@h3rald.com
Fri, 03 Jan 2025 22:01:57 +0100
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
hex.vim
→
hex.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\!\=/