xidl-http Syntax
VS Code syntax highlighting extension for xidl-http IDL files (.idl) based on a TextMate grammar.
Features
- Language id:
xidl
- File extension:
.idl
- TextMate scope:
source.xidl
- Grammar file:
syntaxes/xidl.tmLanguage.json
Requirements
Development
Install dependencies:
pnpm install
Run checks:
pnpm test
Useful commands:
pnpm run tm:snap:update: update grammar snapshots
pnpm run tm:snap:check: verify grammar snapshots
pnpm run tm:scope:check: smoke-check key scopes
pnpm run tm:coverage:report: print highlight coverage report
Package
Build a .vsix package:
pnpm run ext:package
Publish
After signing in with vsce, publish the extension:
pnpm dlx @vscode/vsce publish
Release Notes
0.0.1
Initial release with TextMate grammar support for xidl-http .idl files.
| |