Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsdizzie/nova-perl-treesitter
Nova extension providing Tree-sitter-based syntax highlighting for Perl files
https://github.com/mrsdizzie/nova-perl-treesitter
Last synced: about 2 months ago
JSON representation
Nova extension providing Tree-sitter-based syntax highlighting for Perl files
- Host: GitHub
- URL: https://github.com/mrsdizzie/nova-perl-treesitter
- Owner: mrsdizzie
- License: mit
- Created: 2023-06-22T23:27:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T14:30:39.000Z (12 months ago)
- Last Synced: 2024-01-24T15:40:57.996Z (12 months ago)
- Language: Scheme
- Homepage:
- Size: 6.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perl syntax highlighting extension for Nova
This extension utilizes the Tree Sitter engine introduced in Nova 10 and aims to bring more accurate syntax highlighting for the Perl language.
![Image](https://github.com/mrsdizzie/nova-perl-treesitter/assets/1669571/b3f2be6b-cbdf-4fac-9b1d-d818acb49013)
The majority of work is based on [tree-sitter-perl](https://github.com/tree-sitter-perl/tree-sitter-perl) and adapted here for the Nova text editor.
Support for [Mojo::Template](https://docs.mojolicious.org/Mojo/Template) files is also provided by [tree-sitter-mojo-template](https://github.com/mrsdizzie/tree-sitter-mojo-template)
![Image](https://github.com/mrsdizzie/tree-sitter-mojo-template/assets/1669571/42d023d2-cf76-44c1-9833-f3f292dfa4c0)