tree: a8e5adae234e6ed387756127544e9275b9829537 [path history] [tgz]
  1. .vscode/
  2. images/
  3. src/
  4. syntaxes/
  5. tools/
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. language-configuration.json
  10. LICENSE
  11. package-lock.json
  12. package.json
  13. PATENTS
  14. README.md
  15. tsconfig.json
  16. tslint.json
vscode-language-fidl/README.md

FIDL Language Support for Visual Studio Code

This extension provides support for fidl-lsp, an LSP language server for FIDL. For more information, see the fidl-lsp README.

In addition to LSP capabilities, this extension provides syntax highlighting. The syntax highlighting is generated by a script called generate-syntax.ts. That can be run by:

npm install
npm run-script build-syntax