Skip to content

Commit

Permalink
fix: ensure go expressions are highlighted as Go code, not strings
Browse files Browse the repository at this point in the history
Co-authored-by: agalbenus <[email protected]>
  • Loading branch information
aggroot and agalbenus authored Sep 3, 2023
1 parent 6eb1767 commit 98024f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/templ.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
"name": "meta.toc-list.id.html"
}
},
"match": "(?<==)(?:[^\\s<>/'\"]|/(?!>))+",
"match": "(?<==)(?:[^\\s{}<>/'\"]|/(?!>))+",
"name": "string.unquoted.html"
}
]
Expand Down

0 comments on commit 98024f3

Please sign in to comment.