LCM Syntax Highlighting
This extension provides syntax highlighting for Lightweight Communications and Marshalling (LCM) type definition files (.lcm) in Visual Studio Code.
Features
- Syntax highlighting for LCM type definition files
- Support for primitive types, arrays, constants, and enumerations
:hammer: Installation
Visual Studio Code Marketplace
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "LCM Syntax Highlighting"
- Click Install
From Source
- Clone this repository
git clone git@github.com:mbari-org/lcm-syntax-highlighting.git
- Build the extension
cd lcm-syntax-highlighting
npx @vscode/vsce package
- Install the extension
code --install-extension lcm-syntax-highlighting-*.vsix
:rocket: Usage
Open a .lcm file in VS Code:

| |