Darkest Dungeon 2 CSV Syntax
Syntax highlighting for Darkest Dungeon 2 csv files.
Features
- Custom syntax highlighting for DD2 CSV files
- Icon decorations for specific keywords
- Configurable settings for color schemes, icon visibility, and space around commas
Screenshot
Installation
- Download and install the extension from the VS Code Marketplace
- Open a CSV file and select "DD2 CSV" as the language mode
Settings
The extension provides several configurable settings to customize the appearance and behavior of the syntax highlighting.
- Open the VS Code settings by pressing
Ctrl + , or by navigating to File > Preferences > Settings .
- In the search bar, type
DD2 CSV to find the relevant settings.
- Adjust the settings for
DD2 CSV: Color Scheme , DD2 CSV: Show Icons , and DD2 CSV: Show Spaces as desired.
Using settings.json
You can also configure the settings directly in your settings.json file. Here is an example configuration:
{
"dd2csv.colorScheme": "old",
"dd2csv.showIcons": true,
"dd2csv.showSpaces": true
}
| |