Skip to content

Commit

Permalink
Fix backslash being treated as an escape
Browse files Browse the repository at this point in the history
  • Loading branch information
dlozeve authored and AndersonTorres committed Dec 17, 2023
1 parent 1a42e1c commit fb5b244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bqn-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
(modify-syntax-entry ?# "<" table)
(modify-syntax-entry ?\n ">" table)
(modify-syntax-entry ?' "\"" table)
(modify-syntax-entry ?\\ "." table)
table)
"Syntax table for `bqn-mode'.")

Expand Down

0 comments on commit fb5b244

Please sign in to comment.