From cf435d5669eab8d8d97939c81bd661b3d4446ff7 Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Thu, 10 Dec 2020 01:00:16 +0100 Subject: Update README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 1e9bc75..5e99f1f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Language server for Odin. This project is still in early development. - [Configuration](#Configuration) - [Features](#features) - [Clients](#clients) + - [Vs Code](#vs-code) + - [Sublime](#sublime) - [Known issues](#issues) - [Missing features](#missing-features) @@ -47,6 +49,34 @@ Example of ols.json: ### VS Code https://github.com/DanielGavin/ols-vscode +### Sublime +``` +{ + "clients": + { + "odin": + { + "command": + [ + "C:/path/to/ols" + ], + "enabled": true, + "languageId": "odin", + "scopes": + [ + "source.odin" + ], + "syntaxes": + [ + "Packages/odin/Odin.sublime-syntax" + ], + "initializationOptions": { "test": true } + } + }, + "only_show_lsp_completions": true, +} + +``` ## Issues All the current known issues are found [here](https://github.com/DanielGavin/ols/blob/master/know_issues.txt) -- cgit v1.2.3