abelian 11 Posted August 1, 2015 For those rare few who want to edit SQF scripts, but cannot part from their beloved emacs, I have created a very simple emacs major mode for editing ARMA sqf files. It does syntax highlighting, rudimentary indentation, and a few other basic things. Download: Find the latest release here: https://bitbucket.org/bobmoretti/sqf-mode/downloads Installation: Check out the readme at https://bitbucket.org/bobmoretti/sqf-mode/overview Source code: https://bitbucket.org/bobmoretti/sqf-mode/src Acknowlegements: I stole some of the keywords from TittErS' excellent notepad++ package. All of major mode work is based off of ScottAndrewBorton's Mode Tutorial: http://emacswiki.org/emacs/ModeTutorial This is the first time I've created a major mode, or even written anything significant in elisp. Feedback and suggestions are greatly appreciated. 1 Share this post Link to post Share on other sites