You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,6 @@ A toolkit designed to facilitate the handling of MELCOR/MELGEN `1.8.6` files.
19
19
- Recursively extract inter-dependent `CFs`.
20
20
- Create submodels from a given `CV` (_beta_).
21
21
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
-
34
22
## 💻 How to use
35
23
36
24
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()
44
32
fls = toolkit.read_fls()
45
33
```
46
34
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
+
47
47
## 👐 Contributing
48
48
49
49
Feel free to contribute via _issues_ and _pull requests_.
0 commit comments