Skip to content

Commit 7cf8493

Browse files
committed
Add TurbSim to extension name, description, and README
1 parent 94cad99 commit 7cf8493

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# OpenFAST & ROSCO Syntax Highlighting
1+
# OpenFAST, ROSCO & TurbSim Syntax Highlighting
22

33
[![VS Code Marketplace](https://img.shields.io/badge/VS%20Code-Marketplace-blue)](https://marketplace.visualstudio.com/items?itemName=SMI-Lab.openfast-rosco-syntax-highlighting)
44

5-
Unofficial VS Code extension for OpenFAST input and output files and ROSCO controller input files.
5+
Unofficial VS Code extension for OpenFAST, ROSCO, and TurbSim input and output files.
66

77
## Features
88

99
- Syntax highlighting for OpenFAST-style text input files such as `.fst`, `.dat`, `.in`, `.inp`, `.out`, `.ipt`, `.ech`, `.wnd`, `.sum`, and `.bmi`
1010
- Support for common OpenFAST module files including AeroDyn, ElastoDyn, HydroDyn, InflowWind, MoorDyn, ServoDyn, SeaState, and related driver files
1111
- Support for ROSCO-style `DISCON.in` controller files
12+
- Support for TurbSim input files (`.inp`)
1213
- Highlighting for:
1314
- section banners and `END` markers
1415
- booleans and special values like `default`, `unused`, and `none`
@@ -37,7 +38,7 @@ Once installed, any file with a supported extension (`.fst`, `.dat`, `.in`, `.in
3738

3839
## Scope
3940

40-
The grammar is built from real OpenFAST and ROSCO sample files, not from a generic INI or config grammar.
41+
The grammar is built from real OpenFAST, ROSCO, and TurbSim sample files, not from a generic INI or config grammar.
4142

4243
It is designed to make engineering input decks easier to read without trying to fully parse every module format.
4344

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openfast-rosco-syntax-highlighting",
3-
"displayName": "OpenFAST & ROSCO Syntax Highlighting",
4-
"description": "Syntax highlighting for OpenFAST input files and ROSCO controller input files in Visual Studio Code.",
3+
"displayName": "OpenFAST, ROSCO & TurbSim Syntax Highlighting",
4+
"description": "Syntax highlighting for OpenFAST, ROSCO, and TurbSim input and output files in Visual Studio Code.",
55
"version": "0.0.3",
66
"publisher": "SMI-Lab",
77
"repository": {
@@ -19,6 +19,7 @@
1919
"keywords": [
2020
"openfast",
2121
"rosco",
22+
"turbsim",
2223
"fast",
2324
"wind",
2425
"offshore",

0 commit comments

Comments
 (0)