lite-xl / lite-xl-plugins

Plugins for the Lite XL editor
MIT License
369 stars 98 forks source link

Added support for Clojure programming language #414

Closed RohanVashisht1234 closed 5 months ago

Guldoman commented 5 months ago

Seems like clojure files mostly use a different file extension than what's being checked here. Would you mind making another PR adding those? For example in the LSP repository we use these: https://github.com/lite-xl/lite-xl-lsp/blob/59602bc153b567026acc0822fd535a6d82748ce9/config.lua#L132

RohanVashisht1234 commented 5 months ago

Yes, I have fixed that as a new pr