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

surrounding whitespace isn't optional
This commit is contained in:
phoebos 2022-06-02 18:34:28 +01:00 committed by Devine Lu Linvega
parent eb8c496feb
commit 1ac7c45d10
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ contexts:
- match: '\}'
pop: true
- match: '\s?\(\s?'
- match: '\s\(\s'
scope: comment
push:
- meta_scope: comment.line