Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrmoulton/tree-sitter-slint
A Tree Sitter parser for slint
https://github.com/jrmoulton/tree-sitter-slint
Last synced: about 2 months ago
JSON representation
A Tree Sitter parser for slint
- Host: GitHub
- URL: https://github.com/jrmoulton/tree-sitter-slint
- Owner: jrmoulton
- License: mit
- Created: 2022-02-18T22:49:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T02:20:10.000Z (over 1 year ago)
- Last Synced: 2023-05-27T03:20:50.583Z (over 1 year ago)
- Language: C
- Size: 3.53 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tree-sitter-slint
## Status
Tree sitter grammar for slint targeted at neovim
This is still experimental, is missing a few features and is kind of bloated.
Issues and pull requests are very welcome.## Pictures
### Without Tree Sitter
![With Tree Sitter](images/no_tree_sitter.png)
### With Tree Sitter
![Without Tree Sitter](images/with_tree_sitter.png)
## Installation
Make sure you have `nvim-treesitter` installed and configured. Instructions are
[here](https://github.com/nvim-treesitter/nvim-treesitter)## Just for fun
To show off the highlighting and the language features here is this picture just for fun
![Just for fun](images/all-features-updated.png)