Skip to content

Commit

Permalink
add ?| to jpt-apl-exclude-plist
Browse files Browse the repository at this point in the history
  • Loading branch information
jthing committed Mar 12, 2023
1 parent a683b3d commit 05c3749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpt-apl-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

(defvar-local jpt-apl-exclude-plist
(list
:ascii '(?+ ?- ?! ?\? ?= ?~ ?/ ?\ ?, ?. ?@ ?&)
:ascii '(?+ ?- ?! ?\? ?= ?~ ?| ?/ ?\ ?, ?. ?@ ?&)
:dyalog '(?≡ ?≢ ?⍞ ?⌶ ?&)
:gnu '(?⍹ ?⍶)))

Expand Down

0 comments on commit 05c3749

Please sign in to comment.