Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Major mode for editing Acton source code

License

emacsmirror/acton-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acton-mode

An Emacs major mode for the Acton programming language.

Features

  • Syntax highlighting for .act files
  • Basic indentation support

Installation

Using Doom Emacs

Add to your packages.el:

(package! acton-mode
  :recipe (:host github :repo "actonlang/acton-mode"))

Then run doom sync.

Using straight.el

(straight-use-package
 '(acton-mode :type git :host github :repo "actonlang/acton-mode"))

Manual Installation

  1. Clone this repository:
git clone https://github.com/actonlang/acton-mode.git
  1. Add to your Emacs init file:
(add-to-list 'load-path "/path/to/acton-mode")
(require 'acton-mode)

About

Major mode for editing Acton source code

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Languages

  • Emacs Lisp 98.4%
  • Makefile 1.6%