mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #3613 from jsmestad/elixir-numbers-with-underscore
Support number highlighting for long Elixir numbers
This commit is contained in:
@ -3,6 +3,10 @@
|
|||||||
(after! projectile
|
(after! projectile
|
||||||
(add-to-list 'projectile-project-root-files "mix.exs"))
|
(add-to-list 'projectile-project-root-files "mix.exs"))
|
||||||
|
|
||||||
|
(after! highlight-numbers
|
||||||
|
(puthash 'elixir-mode
|
||||||
|
"\\_<-?[[:digit:]]+\\(?:_[[:digit:]]\\{3\\}\\)*\\_>"
|
||||||
|
highlight-numbers-modelist))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;; Packages
|
;;; Packages
|
||||||
|
Reference in New Issue
Block a user