Skip to content

Commit 012cada

Browse files
committed
Revert "Syntax: Test files only need to start with 'syntax_test'"
This reverts commit 644b333. Closes #405.
1 parent 79acfaf commit 012cada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/syntaxtest_dev.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def on_modified_async(self):
9595
"""
9696

9797
name = self.view.file_name()
98-
if name and not path.basename(name).startswith('syntax_test'):
98+
if name and not path.basename(name).startswith('syntax_test_'):
9999
self.header = None
100100
return
101101
self.header = get_syntax_test_tokens(self.view)

0 commit comments

Comments
 (0)