uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 1ac7c45d107d21424b041962f6f2a5f794f4f24d
parent eb8c496feb4a5eb4c2ba92c4f7edd54c4b522d21
Author: phoebos <ben@bvnf.space>
Date:   Thu,  2 Jun 2022 18:34:28 +0100

tal.sublime-syntax: comments must be opened by a single ( token

surrounding whitespace isn't optional

Diffstat:
Metc/syntax-highlight/tal.sublime-syntax | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/syntax-highlight/tal.sublime-syntax b/etc/syntax-highlight/tal.sublime-syntax @@ -118,7 +118,7 @@ contexts: - match: '\}' pop: true - - match: '\s?\(\s?' + - match: '\s\(\s' scope: comment push: - meta_scope: comment.line