mawww / kakoune

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

Syntax Conky #3826

Open wcasanova opened 3 years ago

wcasanova commented 3 years ago

Feature

Conky Syntax, example vim conkyrc.vim

Usecase

to be able to write and edit conky scripts with their respective syntax

lenormf commented 3 years ago

Starting with version 1.10, the Conky configuration file is written in LUA, which is supported out of the box.

Is Conky with a version less than 1.10 still used widely?

wcasanova commented 3 years ago

yes i am using the new syntax I'll try with set buffer filetype lua

lenormf commented 3 years ago

I've implemented basic support for both syntaxes (>=v1.10 or prior) at kakoune-editor/kakoune-extra-filetypes.

I'll remove it when more comprehensive support (e.g. completion based on static words etc.) is provided by Kakoune itself.