Skip to content

Commit 72bda66

Browse files
committed
Updated README.md
1 parent 9cd6339 commit 72bda66

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@ A toolkit designed to facilitate the handling of MELCOR/MELGEN `1.8.6` files.
1919
- Recursively extract inter-dependent `CFs`.
2020
- Create submodels from a given `CV` (_beta_).
2121

22-
## ➕ Extensions
23-
24-
Includes **MELCOR Language Support** (`mls`): a MELCOR 1.8.6 syntax highlighter for Visual Studio Code.
25-
26-
Just copy the [`mls` folder](https://github.com/manjavacas/melkit/tree/main/vscode/mls) in `.vscode/extensions` for an improved MELCOR coding experience.
27-
28-
You can find the Visual Studio Code installation folder in the following paths:
29-
30-
* **Windows**: `%USERPROFILE%\.vscode\extensions`
31-
* **macOS**: `~/.vscode/extensions`
32-
* **Linux**: `~/.vscode/extensions`
33-
3422
## 💻 How to use
3523

3624
You simply need to instantiate a `Toolkit` with the name of the MELGEN file to manipulate and call those functions. For example:
@@ -44,6 +32,18 @@ cvs = toolkit.read_cvs()
4432
fls = toolkit.read_fls()
4533
```
4634

35+
## ➕ Extensions
36+
37+
Includes **MELCOR Language Support** (`mls`): a MELCOR 1.8.6 syntax highlighter for Visual Studio Code.
38+
39+
Just copy the [`mls` folder](https://github.com/manjavacas/melkit/tree/main/vscode/mls) in `.vscode/extensions` for an improved MELCOR coding experience.
40+
41+
You can find the Visual Studio Code installation folder in the following paths:
42+
43+
* **Windows**: `%USERPROFILE%\.vscode\extensions`
44+
* **macOS**: `~/.vscode/extensions`
45+
* **Linux**: `~/.vscode/extensions`
46+
4747
## 👐 Contributing
4848

4949
Feel free to contribute via _issues_ and _pull requests_.

0 commit comments

Comments
 (0)