File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ # LSP Server for EOLANG
2+
13![ GitHub Workflow Status (branch)] ( https://img.shields.io/github/actions/workflow/status/GeorgySabaev/eo-lsp-server/build.yml?branch=master )
24[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=GeorgySabaev_eo-lsp-server&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=GeorgySabaev_eo-lsp-server )
35[ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=GeorgySabaev_eo-lsp-server&metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=GeorgySabaev_eo-lsp-server )
@@ -40,7 +42,7 @@ This will create standalone executables in the `bin/` directory:
4042### Configuring Sublime Text
4143
42441 . Open Sublime Text preferences for LSP:
43- - ` Preferences → Package Settings → LSP → Settings `
45+ ` Preferences → Package Settings → LSP → Settings `
4446
45471 . Add the following configuration to the user settings:
4648
@@ -75,7 +77,7 @@ For basic syntax highlighting, you'll need to create an EO syntax definition fil
7577* On Linux: ` ~/.config/sublime-text/Packages/User/ `
7678* On Windows: ` %APPDATA%\Sublime Text\Packages\User\ `
7779
78- 3 . Add the following basic syntax definition in YAML:
80+ 1 . Add the following basic syntax definition in YAML:
7981
8082``` yaml
8183name : EO
You can’t perform that action at this time.
0 commit comments