Skip to content

Commit 867b5ec

Browse files
authored
Update configuration.md
Fix typo in example.
1 parent d28ce3a commit 867b5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Highlight untagged template literals based on the contents. Example configuratio
129129
"My Config": {
130130
"custom_templates": {
131131
"lookaheads": {
132-
"select\b": "scope:source.sql"
132+
"select\\b": "scope:source.sql"
133133
}
134134
}
135135
}

0 commit comments

Comments
 (0)