Skip to content

Syntax highlighting for Elsa, a lambda calculus evaluator.

License

Notifications You must be signed in to change notification settings

glapa-grossklag/elsa.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elsa.vim

This plugin implements syntax highlighting for Elsa, a lambda calculus evaluator.

Install using your plugin manager of choice. For example, using vim-plug:

Plug 'glapa-grossklag/elsa.vim'

Concealing

If you'd like to conceal \x -> x as λx -> x, add the following lines to your Vim configuration file.

let g:elsa_conceal = v:true
set conceallevel=2

Screenshots

A screenshot of the plugin in use

About

Syntax highlighting for Elsa, a lambda calculus evaluator.

Topics

Resources

License

Stars

Watchers

Forks