Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1012 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 1012 Bytes

Language-Cython for Visual Studio Code

Homepage: https://github.com/guyskk/language-cython-for-vscode

The grammar was copied from MagicPython, with a little improvement.

Features

  • Syntax highlighter for Cython

Development

Publish to Vscode Marketplace

  1. Bump version in package.json
  2. Update CHANGELOG.md
  3. Execute vsce package to build package
  4. Log into marketplace and upload the extension package

publish-extension

Publish to open-vsx.org

  1. Document https://github.com/eclipse/openvsx/wiki/Publishing-Extensions#how-to-publish-an-extension
  2. Execute ovsx publish --pat <token> to build and publish package

Enjoy!