junolsp 0.1.6

Language Server for JunoLang
1
2
3
4
5
use crate::backend::Backend;

pub async fn publish(_: &Backend) {
    
}