lean.vim
lean.vim copied to clipboard
First of all, thank you for the plugin. I noticed that block comments weren't being highlighted right. The code following the block comment is greyed out. ```lean import .love01_definitions_and_statements_demo /-...
Right now e.g. `ne.def` will highlight `def` as a `leanKeyword`.
This allows vim to replace \pi with Π and similar. Firstly, to allow abbreviations with \\, we need to add \\ to iskeyword, so I modified the syntax file to...