Browse Source

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

surrounding whitespace isn't optional
android
phoebos 4 years ago committed by Devine Lu Linvega
parent
commit
1ac7c45d10
  1. 2
      etc/syntax-highlight/tal.sublime-syntax

2
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

Loading…
Cancel
Save