Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 501 Bytes

File metadata and controls

24 lines (20 loc) · 501 Bytes

kotlin-darcula-syntax README

Build the Extension

  npm install
  npm run package-web

Test the Extension

  • Press F5 in VSCode to launch a new Extension Development Host.
  • Open a Kotlin file (.kt or .kts).
  • The file should now open in the custom editor with syntax highlighting provided by highlight.js.

Package the Extension

  1. Install vsce:
  npm install -g vsce
  1. Package the extension:
  vsce package

Publish to https://open-vsx.org/