Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>DPL-syntax-highlightingNew to Visual Studio Code? Get it now.
DPL-syntax-highlighting

DPL-syntax-highlighting

Aurélien Bück-Kaeffer

|
2 installs
| (1) | Free
Syntax highlighter for the Dubious Programming Language (DPL)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DPL Syntax Highlighting

This VS Code extension provides syntax highlighting for the Dubious Programming Language (DPL) files.

Features

The extension offers syntax highlighting for .dpl files, making it easier to write and read code in the Dubious Programming Language. Syntax highlighting includes:

  • Keywords and control flow statements
  • Function declarations and calls
  • Data types and structures
  • Comments
  • String and numeric literals
  • Operators and special symbols

Requirements

No special requirements or dependencies needed. Just install the extension and open any .dpl file.

Installation

You can install this extension in several ways:

  1. Search for "DPL Syntax Highlighting" in the VS Code Extensions marketplace
  2. Use the command line: code --install-extension dpl-syntax-highlighting
  3. Download the VSIX file and install it manually
  4. Clone the repo, run vsce package and load the VSIX file using the vscode extension explorer

About Dubious Programming Language (DPL)

DPL is a simple programming language with its own compiler. Some key features of the language include:

  • C-like syntax with modern language features
  • Support for functions, structs, and enums
  • Type system with int, float, boolean types
  • Operator precedence similar to C/C++
  • Assembly inline capabilities

For more information about the language itself, visit the DPL compiler repository.

Extension Settings

This extension doesn't contribute any VS Code settings at this time.

Known Issues

This is an early version of the syntax highlighter. If you encounter issues, please report them on the extension's repository.

Release Notes

0.0.1

Initial release of DPL Syntax Highlighting with basic syntax support.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft