Go to file
2019-12-01 19:36:36 +10:00
images New version with outline view 2019-12-01 19:36:36 +10:00
src Improved outline view 2019-11-30 18:56:17 +10:00
syntaxes Before creating a package 2019-11-28 15:37:37 +10:00
.gitignore Published on github 2019-11-28 16:55:04 +10:00
CHANGELOG.md New version with outline view 2019-12-01 19:36:36 +10:00
demo.in New version with outline view 2019-12-01 19:36:36 +10:00
language-configuration.json Before creating a package 2019-11-28 15:37:37 +10:00
LICENSE Published on github 2019-11-28 16:55:04 +10:00
package.json Added typescript dependency 2019-12-01 19:16:38 +10:00
README.md New version with outline view 2019-12-01 19:36:36 +10:00
tsconfig.json Work in progress on symbol provider 2019-11-29 16:53:01 +10:00
vsc-extension-quickstart.md Created with yo 2019-11-26 23:02:14 +10:00

SWMF configuration file syntax highlighting

Syntax highlighting and some code completion for Space Weather Modelling Framework (SWMF) configuration files, such as the BATSRUS PARAM.in file. The rules are based on the SWMF manual section 3.2.2.

Automatically highlights files ending in .in and .IN.

A document tree is also provided in the outline view.

highlight and folding demo

Features

  • Syntax highlighting
  • Comment/uncomment using ! as comment character.
  • Hierarchical document tree in outline view.
  • Code folding between #BEGIN_COMP and #END_COMP markers.
  • Autoclosing of #BEGIN_COMP.