Skip to content

Commit ed46107

Browse files
Merge pull request #8 from LawrenceHunter/protocol-highlighting-fix
Reformats regex to prevent protocol highlighting
2 parents 8e4c036 + 5a1ab2c commit ed46107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/bst.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"name": "keyword.key.bst",
3535
"begin": "",
36-
"end": "",
36+
"end": "[a-zA-Z\\s]",
3737
"match": "^\\s+(\\(@\\):\\s)*[a-zA-Z]([a-zA-Z-.])+:"
3838
}
3939
]

0 commit comments

Comments
 (0)