Update config.el
This commit is contained in:
parent
03add77b75
commit
ad6da92fcf
1 changed files with 2 additions and 6 deletions
|
@ -5,12 +5,8 @@
|
|||
|
||||
(after! highlight-numbers
|
||||
(puthash 'elixir-mode
|
||||
(rx (and symbol-start
|
||||
(? "-")
|
||||
(+ digit)
|
||||
(0+ (and "_" (= 3 digit)))
|
||||
symbol-end))
|
||||
highlight-numbers-modelist))
|
||||
"\\_<-?[[:digit:]]+\\(?:_[[:digit:]]\\{3\\}\\)*\\_>"
|
||||
highlight-numbers-modelist))
|
||||
|
||||
;;
|
||||
;;; Packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue