From 55d0cbdac2e69f8c7c966f62392c1c73f6b37c74 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Thu, 16 May 2024 22:01:06 +0200 Subject: [PATCH] b:current_syntax --- syntax/quox.vim | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/syntax/quox.vim b/syntax/quox.vim index df6590e..fe122d9 100644 --- a/syntax/quox.vim +++ b/syntax/quox.vim @@ -1,5 +1,9 @@ -set isk+=-,# +if exists('b:current_syntax') + finish +endif +let b:current_syntax = 'quox' +set isk+=-,# syn match quoxDelim /[\[\](){};]/ syn match quoxDelim /\<_\>/