Skip to content

Commit 1f1c399

Browse files
authored
chore(README.md): move description after title (#13)
1 parent f675e6b commit 1f1c399

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# TON Extension
22

3+
Extension for VSCode and VSCode-based editors with comprehensive support for TON Blockchain
4+
languages and technologies including Tolk, FunC, Fift assembly, TL-B, BoC and Blueprint.
5+
36
**[Features][Installation][Troubleshooting]**
47

58
[Features]: #features
@@ -12,9 +15,6 @@
1215

1316
---
1417

15-
This extension for VSCode-based editors provides comprehensive support for TON Blockchain
16-
languages and technologies including Tolk, FunC, Fift assembly, TL-B, BoC and Blueprint.
17-
1818
## Features
1919

2020
Tolk support includes:

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# TON Language Server
22

3+
Language server and an extension for VSCode-based editors with comprehensive support for TON Blockchain
4+
languages and technologies including Tolk, FunC, Fift assembly, TL-B, BoC and Blueprint.
5+
36
**[Features][Installation][Troubleshooting]**
47

58
[Features]: #features
@@ -12,9 +15,6 @@
1215

1316
---
1417

15-
This language server and an extension for VSCode-based editors provide comprehensive support for TON Blockchain
16-
languages and technologies including Tolk, FunC, Fift assembly, TL-B, BoC and Blueprint.
17-
1818
## Features
1919

2020
Tolk support includes:
@@ -257,7 +257,6 @@ Setup steps:
257257
language-servers = ["ton-language-server"]
258258
259259
[language-server.ton-language-server]
260-
261260
command = "node"
262261
args = ["/absolute/path/to/language-server/dist/server.js", "--stdio"]
263262
```

0 commit comments

Comments
 (0)