Parse < and > as symbols in elisp

pull/25/head
Wilfred Hughes 2021-07-24 16:45:06 +07:00
parent 2da5181ffb
commit 45af6b4534
2 changed files with 5 additions and 1 deletions

@ -1,5 +1,9 @@
## 0.6 (unreleased)
### Parsing
Fixed handling of `<` and `>` in elisp.
### Diffing
Fixed an issue where comment replacements were not detected.

@ -68,7 +68,7 @@ atom_patterns = [
# Numbers
'[0-9]+',
# Symbols (e.g. variable names)
'[a-zA-Z0-9_?:/*+=-]+',
'[a-zA-Z0-9_?:/*+=<>-]+',
# Operators
"[`',#.&]",
# Double-quoted strings