Skip to content

Commit

Permalink
escape quote
Browse files Browse the repository at this point in the history
  • Loading branch information
al3xandru committed Mar 26, 2016
1 parent 2b8228c commit 42ec011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskpaper-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

(defvar taskpaper-mode-syntax-table
(let ((syntax-table (make-syntax-table)))
(modify-syntax-entry ?" "w" syntax-table)
(modify-syntax-entry ?\" "w" syntax-table)
(modify-syntax-entry ?- "_" syntax-table)
(modify-syntax-entry ?@ "." syntax-table)
syntax-table)
Expand Down

0 comments on commit 42ec011

Please sign in to comment.