~rabbits/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Details
Message ID
<20220602173428.zaesvnrdglmkawly@t480>
DKIM signature
pass
Download raw message
Patch: +1 -1
surrounding whitespace isn't optional
---
 etc/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
index 9b1939b..1850315 100644
--- 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
-- 
2.36.1
Reply to thread Export thread (mbox)