I've started to work on phel.vim, a Vim plugin that adds support for the Phel programming language.
It is still under development because I haven't finished it yet; I want to add an indent file so that it proper uses the formatting rules, and I want to add support for phel format via an ALE fixer. However, at the moment it already detects *.phel files and enables the phel syntax, which is based on other Lisp-like syntaxes but I've added the list of primitives defined in https://phel-lang.org/documentation/api/ so that it can colour them right away, and add the syntax bits that are specific to Phel and not to other Lisp-like languages, like using # for comments rather than ;
I've started to work on phel.vim, a Vim plugin that adds support for the Phel programming language.
It is still under development because I haven't finished it yet; I want to add an indent file so that it proper uses the formatting rules, and I want to add support for
phel format
via an ALE fixer. However, at the moment it already detects *.phel files and enables the phel syntax, which is based on other Lisp-like syntaxes but I've added the list of primitives defined in https://phel-lang.org/documentation/api/ so that it can colour them right away, and add the syntax bits that are specific to Phel and not to other Lisp-like languages, like using # for comments rather than ;