Skip to content

Commit 1ec97d6

Browse files
committed
better file location rendering #41
1 parent 9915ed9 commit 1ec97d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/gdb-log.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"patterns": [
8585
{
8686
"name": "filepath.gdb",
87-
"match": "((?:[/.]?\\w*[/.])*\\w+\\.\\w+)",
87+
"match": "([/.]?(?:[\\w.-]+/)*[-\\w]+\\.\\w+)",
8888
"captures": {
8989
"1": { "name": "markup.underline.link.filename.gdb" }
9090
}

0 commit comments

Comments
 (0)