The following is the steps to add the lexical highlighting of atlas codes in emacs.
- Copy “atlas.el” from atlas-scripts:
cp atlas.el ~/.doom.d/
- add the following lines in the initial file “~/.emacs”
(add-to-list 'load-path "~/.emacs.d/" )
(load "atlas")
(add-to-list 'auto-mode-alist '("\\.at\\'" . atlas-mode))
- Load any “.at” file and enjoy the highlighting.