Skip to content

Pysyntect release v0.1.0

Compare
Choose a tag to compare
@andfoy andfoy released this 17 Apr 00:52
· 32 commits to master since this release

This is the first version of pysyntect!
In this release we implemented the first Python wrapper around syntect library, which includes several features, such as loading themes and syntax definition files, also it allows to highlight files and display them on the terminal.

All Platforms

  • You can easily install this version if you use Anaconda by running:

    conda install pysyntect -c spyder-ide
    

    Note: This usually takes a couple of days to work until conda packages are created and uploaded by conda-forge. Please be patient.

  • Or you can use pip with this command:

    pip install -U pysyntect
    

For the list of new features, closed issues and merged pull requests in this release, please see our Changelog