Skip to content

freest-lang/freest-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs syntax highlight mode for FreeST files (.fst)

FreeST mode

Copy freest-mode folder to any folder you like (~/.emacs.d/ in this case) Then add the following lines to your emacs init file:

(add-to-list 'load-path "~/.emacs.d/freest-mode/")

(require 'freest-mode)

;; This automatically chooses freest-mode when editing FreeST files.
(add-to-list 'auto-mode-alist '("\\.fst\\'" . freest-mode)) 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published