Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (14 loc) · 1.09 KB

Topas Syntax Highlighting

A Visual Studio Code extension to add syntax highlighting to Topas monte carlo parameter files.

The language grammar has been converted from David C. Hall's Sublime Text extension.

This extension was developed to help the Topas community, and is not officially endorsed by the Topas development team.

The source code for this extension can be viewed here.

Features

  • Syntax highlighting for comments, keywords, datatypes, parameters, booleans, strings, numerics, and operators.

Topas syntax highlighting

  • Integration with VS Code's commenting shortcuts, bracket auto-closing, and selection surrounding.

Usage

You may need to manually select the language for each project, as Topas parameter files use the ubiquitous .txt extension.

Release Notes

1.0.0

Initial release of extension, including syntax highlighting and vscode integration.