Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>DD2 CSV SyntaxNew to Visual Studio Code? Get it now.
DD2 CSV Syntax

DD2 CSV Syntax

PHombie

|
126 installs
| (0) | Free
Custom syntax highlighting for DD2 CSV files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

screenshot

Installation

  1. Download and install the extension from the VS Code Marketplace
  2. 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.

How to Configure Settings

  1. Open the VS Code settings by pressing Ctrl + , or by navigating to File > Preferences > Settings.
  2. In the search bar, type DD2 CSV to find the relevant settings.
  3. 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
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft