Skip to content

Commit 551bd7d

Browse files
committed
Restrict pseudo-comments to bol in logfile syntax
1 parent 4f0098e commit 551bd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LaTeXTools Log.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ contexts:
2929

3030
comments:
3131
# note: primarily used for syntax_test files
32-
- match: \#
32+
- match: ^\#
3333
scope: punctuation.definition.comment.log
3434
push: comment-body
3535

0 commit comments

Comments
 (0)