mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update config.el
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user