vue2-grammar/README.md

15 lines
661 B
Markdown
Raw Normal View History

2019-11-28 07:47:06 +01:00
# SWMF configuration file syntax highlighting
2019-11-26 14:02:14 +01:00
2019-11-28 07:47:06 +01:00
Syntax highlighting and some code completion for [Space Weather Modelling Framework (SWMF)](http://csem.engin.umich.edu/tools/swmf/) configuration files, such as the BATSRUS `PARAM.in` file. The rules are based on the [SWMF manual](http://csem.engin.umich.edu/tools/swmf/documentation/SWMF.pdf) section 3.2.2.
2019-11-26 14:02:14 +01:00
2019-11-28 07:47:06 +01:00
Automatically highlights files ending in `.in` and `.IN`.
2019-11-26 14:02:14 +01:00
2019-11-28 07:47:06 +01:00
![highlight and folding demo](images/highlight-demo.png)
2019-11-26 14:02:14 +01:00
2019-11-28 07:47:06 +01:00
## Features
2019-11-26 14:02:14 +01:00
2019-11-28 07:47:06 +01:00
* Syntax highlighting
* Comment/uncomment using `!` as comment character.
* Code folding between `#BEGIN_COMP` and `#END_COMP` markers.
* Autoclosing of `#BEGIN_COMP`.