Skip to content

Commit b1baac5

Browse files
authored
Merge pull request #183 from 9viz/exclamation-identifier
Recognise symbols with ! as an identifier
2 parents cacf52e + 3bf16e1 commit b1baac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

julia-snail.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ MODULE can be:
443443
(with-syntax-table stab
444444
(modify-syntax-entry ?. "_")
445445
(modify-syntax-entry ?@ "_")
446+
(modify-syntax-entry ?! "_")
446447
(modify-syntax-entry ?= " ")
447448
(modify-syntax-entry ?$ " ")
448449
,@body)))

0 commit comments

Comments
 (0)