We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2865589 commit 953c18aCopy full SHA for 953c18a
elixir-smie.el
@@ -83,6 +83,12 @@
83
;; Note that ?_ might be better as class "_", but either seems to
84
;; work:
85
(modify-syntax-entry ?| "." table)
86
+ (modify-syntax-entry ?- "." table)
87
+ (modify-syntax-entry ?+ "." table)
88
+ (modify-syntax-entry ?* "." table)
89
+ (modify-syntax-entry ?/ "." table)
90
+ (modify-syntax-entry ?< "." table)
91
+ (modify-syntax-entry ?> "." table)
92
(modify-syntax-entry ?_ "_" table)
93
(modify-syntax-entry ?? "w" table)
94
(modify-syntax-entry ?~ "w" table)
0 commit comments