mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
9.99k stars 715 forks source link

Matlab filetype #3003

Open 00sapo opened 5 years ago

00sapo commented 5 years ago

Can you add support to Matlab? Is it possible to convert a vim filetype definition to kak?

lenormf commented 5 years ago

There doesn't seem to be any implementation already available, you might have to do it yourself.

Vim plugins are very different from Kakoune ones, there's no easy way to turn one into the other without manual work.

danr commented 5 years ago

There is support for lua and julia, you could adapt them or use them in the meantime (set buffer filetype lua)