Skip to content

Commit c4f8fd3

Browse files
authored
Add files via upload
1 parent e548b59 commit c4f8fd3

16 files changed

+1883
-1827
lines changed

CHANGELOG.md

Lines changed: 39 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,39 @@ All notable changes to the "gmxlang" extension will be documented in this file.
44

55
## Versions
66

7-
## 0.0.1
7+
---
8+
## 1.0.10
9+
10+
- section folding is supported!
11+
And Thanks for Itachi's Feedback!
12+
## 1.0.9
13+
14+
- provide hover information for parameters in `mdp` file
15+
16+
## 1.0.8
17+
18+
- syntaxes highlighting for the `fasta` file
19+
- provide hover information for amino acids in the `fasta` file
20+
21+
## 1.0.7
22+
23+
- fixed the problem of not changing the theme automatically
24+
25+
## 1.0.5 1.0.6
26+
27+
- change the rule of code formatting
28+
- add more syntaxes highlighting for the `pdb` file
829

9-
- Initial release
1030
---
1131

12-
## 1.0.0 - 2022-02-07
32+
## 1.0.4
1333
### Added
1434

15-
- Syntax highlighting for `gro`, `itp`, `pdb` ,`top`.
16-
17-
### Changed
35+
- Add code formatting feature `mdp` and `gro`
36+
37+
### changed
1838

19-
- highlight colors are renewed.
39+
Also fix bugs
2040

2141
---
2242

@@ -31,15 +51,22 @@ All notable changes to the "gmxlang" extension will be documented in this file.
3151

3252
---
3353

34-
## 1.0.4
54+
## 1.0.0 - 2022-02-07
3555
### Added
3656

37-
- Add code formatting feature `.mdp` and `.gro`
38-
39-
### changed
57+
- Syntax highlighting for `gro`, `itp`, `pdb` ,`top`.
4058

41-
Also fix bugs
59+
### Changed
60+
61+
- highlight colors are renewed.
4262

4363
---
4464

65+
## 0.0.1
66+
67+
- Initial release
68+
---
69+
70+
71+
4572

README.md

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# gmxlang README
22

33
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。
55

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!
713

814
## Features
915

@@ -18,40 +24,28 @@ Now this extension supports the following file types:
1824
- .pdb
1925
- .xvg
2026
- .ndx
27+
- .mol2
28+
- .fasta
2129

2230

2331
### Main function
24-
- highlight different amino acids in differents colors.
32+
- highlight different amino acids in different colors.
2533

2634
- highlight atom, type name and etc.
2735

28-
![4](https://s4.ax1x.com/2022/02/07/HMGZlQ.png)
36+
<div align=center><img src="https://s4.ax1x.com/2022/02/07/HMGZlQ.png" alt="4" style="zoom:33%;" />
2937

3038
- code formatting for `mdp` and `gro`
31-
![formatting](https://s4.ax1x.com/2022/02/11/HajiUe.gif)
39+
40+
<div align=center><img src="https://s4.ax1x.com/2022/02/11/HajiUe.gif" alt="formatting" style="zoom:33%;" />
3241

3342
- provide common `.mdp` code for easy use.
34-
![autocompletion](https://s4.ax1x.com/2022/02/07/HMGeyj.png)
35-
36-
## Release Notes
37-
38-
### 0.0.1
39-
40-
Initial release of gromacs input file extension for a test
41-
42-
### 1.0.0
43-
44-
Support more file types
4543

46-
### 1.0.3
44+
<div align=center><img src="https://s4.ax1x.com/2022/02/07/HMGeyj.png" alt="autocompletion" style="zoom:33%;" />
4745

48-
Fix some bugs and add new syntaxes highlightlings.
46+
- hover information for amino acids
47+
![bp32M8.md.gif](https://s4.ax1x.com/2022/02/22/bp32M8.gif)
4948

50-
### 1.0.4
5149

52-
Add code formatting feature `.mdp` and `.gro`
5350

54-
Also fix bugs for linux environment
55-
---
5651

57-
**Enjoy!**

0 commit comments

Comments
 (0)