Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PyJSXNew to Visual Studio Code? Get it now.
PyJSX

PyJSX

tomasr8

|
2 installs
| (0) | Free
Provides Language Support for PyJSX
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PyJSX Language Support

This plugin provides basic language support for PyJSX.

This includes:

  • Syntax highlighting
  • Ability to toggle comments (Ctrl + / by default)

Extension Settings

There are currenly no settings available.

Release Notes

0.0.1

  • Initial release

Technical details

The TextMate grammar is a combination of the official Python and JS grammars.

I use the Python grammar with just a few modifications. The JSX grammar is added by extending the expression rule:

"expression": {
    "comment": "All valid Python expressions",
    "patterns": [
        {
            "include": "#jsx"
        },
        ... more patterns
    ]
},

The JSX grammar is defined as an embedded grammar.

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