Skip to content

typesanitizer/ats2-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

ats2-mode for Emacs/Spacemacs

NOTE: Changes are only being tested on Spacemacs with the assumption that the effect inside vanilla Emacs will be identical. If something doesn't work as advertised in Emacs, then please open an issue.

Key changes (from mrd/ats2-mode)

  • Nested brackets highlight correctly.
  • Use font-lock's faces for function definitions/keywords/constants/strings etc. This makes the appearance consistent with other major modes that you might be using for other languages.
  • This awesome Readme.

Installing

  1. Clone this repo/download the .el file.

  2. If you're using Spacemacs add the following line to the end of dotspacemacs/user-config in .spacemacs

    (add-to-list 'load-path "~/path/to/ats2-mode/")
    (require 'ats2-mode)
    

    If you're using vanilla Emacs, you probably need to add it somewhere inside .emacs.

About

Emacs mode for ATS2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%