Skip to content

Commit

Permalink
fix typo/bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Sep 24, 2024
1 parent 1a961b1 commit 5d46bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/sql.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export default function(hljs) {
return regex.concat(
/\b/,
regex.either(...list.map((kw) => {
return kw_spaces = kw.replace(/\s+/, "\\s+")
return kw.replace(/\s+/, "\\s+")
})),
/\b/
)
Expand Down

0 comments on commit 5d46bea

Please sign in to comment.