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
The gmxlang extension was developed for my research of molecular dynamics.
4
-
Up to now, this extension can highlight keywords(supported file: `.gro`, `.mdp`, `.itp`,`.top`, `.pdb`, `.ndx`, `.xvg`) and provide snippets for `.mdp`file。
4
+
Up to now, this extension can highlight keywords(supported file: `.gro`, `.mdp`, `.itp`,`.top`, `.pdb`, `.ndx`, `.xvg`, `.fasta`, `.mol2`) and provide snippets for `.mdp`file。
5
5
6
-
Additionally, code formatting feature `.mdp` and `.gro` were supported.
6
+
Additionally, code formatting features `.mdp` and `.gro` were supported.
7
+
8
+
Detailed information on amino acids is provided as a hover when opening the `fasta` file.
9
+
10
+
Detailed information on parameters is provided as a hover when opening the `mdp` file.
11
+
12
+
Npw, Section Folding is supported!
7
13
8
14
## Features
9
15
@@ -18,40 +24,28 @@ Now this extension supports the following file types:
18
24
- .pdb
19
25
- .xvg
20
26
- .ndx
27
+
- .mol2
28
+
- .fasta
21
29
22
30
23
31
### Main function
24
-
- highlight different amino acids in differents colors.
32
+
- highlight different amino acids in different colors.
0 commit comments