Skip to content

Commit 4a69f1b

Browse files
committed
#3 md fix
1 parent 0b4b42a commit 4a69f1b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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

4244
1. Open Sublime Text preferences for LSP:
43-
- `Preferences → Package Settings → LSP → Settings`
45+
`Preferences → Package Settings → LSP → Settings`
4446

4547
1. 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
8183
name: EO

0 commit comments

Comments
 (0)