Skip to content

Commit

Permalink
Fix coalton-mode not to treat #\" as a string literal. (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi authored Jan 29, 2025
1 parent 453d0b9 commit 6c08220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/coalton-mode/coalton-mode.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
:name 'syntax-string-attribute
:patterns (make-tm-patterns
(make-tm-match "\\\\.")))
(make-tm-match
"\\\\.")
(make-tm-match
`(:sequence
"("
Expand Down

0 comments on commit 6c08220

Please sign in to comment.