Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Cython Syntax Highlighting FixedNew to Visual Studio Code? Get it now.
Cython Syntax Highlighting Fixed

Cython Syntax Highlighting Fixed

Ewerton Luiz Costadelle

|
340 installs
| (0) | Free
An updated version of the Cython syntax highlighting extension with bug fixes and Linux compatibility.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cython Syntax Highlighting Fixed

This package provides syntax highlighting for Cython code. It is based on Peter Varo's TextMate bundle.

This is an updated version of the Cython syntax highlighting extension by Thomas Walther, available at VSCode Marketplace. It includes bug fixes and improved compatibility for Linux platforms, ensuring better support across all environments.

Features

  • Syntax highlighting for Cython files (.pyx, .pxi, .pxd).
  • Bug fixes for Linux compatibility (case sensitivity).
  • Updated comment style to Python (#).
  • Modernized metadata and prepared for long-term maintenance.

Installation

  1. Install the extension from the VSCode Marketplace.
  2. Alternatively, download the .vsix file from Releases and install it manually:
    code --install-extension cython-syntax-fixed-1.0.0.vsix
    

Usage

Once installed, the extension will automatically activate for files with the following extensions:

  • .pyx
  • .pxi
  • .pxd

To use this extension, open any Cython file, and syntax highlighting will be applied.

Contributing

Contributions are welcome! If you encounter any issues or have ideas for improvement, feel free to open an issue or submit a pull request at GitHub.

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

Note

This package does not provide any Intellisense, just syntax highlighting.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft