Daml Syntax HighlighterSyntax highlighting for Daml files in VS Code. No SDK, no language server, no dependencies. Just colors.
What it highlights
InstallFrom the Marketplace: Search "Daml Syntax Highlighter" in the Extensions panel. From VSIX:
When to use this vs. the official Daml extensionThe official Digital Asset extension bundles a language server, build tools, and SDK integration. It requires the Daml SDK installed on your machine. This extension does one thing: highlight If you have the official extension installed, disable it or this one. Running both will cause conflicts since they register the same language ID. Supported tokensThe grammar covers Daml's Haskell-derived syntax. User-defined types (anything starting with an uppercase letter) are highlighted automatically. Daml-specific constructs like Nested block comments ( ContributingFound a token that's not highlighted? Open an issue or PR on GitHub. The grammar lives in LicenseApache-2.0 |
