Skip to content

Commit b436246

Browse files
committed
⚒ update syntax tree file
1 parent 242358c commit b436246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntaxes/tree-syntax.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"include": "#tree-characters"
1010
},
1111
{
12-
"match": "\\b[a-zA-Z0-9_.-]+\\.t\\.sol\\b",
12+
"match": "\\b[a-zA-Z0-9_.-]*?(Test[a-zA-Z0-9_.-]*|\\.t\\.sol)\\b",
1313
"name": "constant.filename"
1414
},
1515
{

0 commit comments

Comments
 (0)