mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
Add fennel support, closes #514
This commit is contained in:
1
build.py
1
build.py
@@ -254,6 +254,7 @@ language("XDC", extensions=[".xdc"])
|
||||
language("Zig", extra_extensions=[".zir"])
|
||||
language("Zir", extensions=[".zir"], polyglot="zig", filetype="zir")
|
||||
language("Jsonnet")
|
||||
language("Fennel", extensions=[".fnl"])
|
||||
|
||||
lines.append('" restore Vi compatibility settings')
|
||||
lines.append('let &cpo = s:cpo_save')
|
||||
|
||||
Reference in New Issue
Block a user