kakoune/rc
Parasrah 151fe01a5c
fix #3651
Similar to Jinja, getting `eex` highlighting in *.ex files
will require users to setup a filetype hook similar to the
following:

hook global WinSetOption filetype=elixir %{
    require-module eex
    add-highlighter window/eex ref eex
}

This is done both to fix a circular dependency between the `elixir`
and `eex` modules, and avoid polluting `elixir` files with false
positives from `eex` highlighting given `eex` is framework specific
2020-08-12 19:14:27 -06:00
..
detection Merge remote-tracking branch 'lenormf/key-percent' 2020-06-25 20:58:26 +10:00
filetype fix #3651 2020-08-12 19:14:27 -06:00
tools Add comment highlighting and options for asciidoc. 2020-07-04 00:28:51 -06:00
windowing Merge remote-tracking branch 'krobelus/fail-on-missing-tools' 2020-08-02 16:50:33 +10:00