mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 21:09:47 +10:00
The -if(Condition)/-elif(Condition) are compiler macros that evaluate
the following lines only if Condition evaluates to true. This patch
enables syntax highlighting for these macros.
https://www.erlang.org/doc/system/macros.html#conditional-compilation
closes: vim/vim#18729
e9d296e52a
Co-authored-by: Vadim Yanitskiy <fixeria@osmocom.org>