-
Notifications
You must be signed in to change notification settings - Fork 4
/
TODO.txt
25 lines (16 loc) · 1006 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
* corpus tests for jakt samples should have one per file
Any extra tests should be considered "original"
* submit queries to https://github.com/nvim-treesitter/nvim-treesitter
https://github.com/nvim-treesitter/nvim-treesitter/issues/2282
* add github actions
* pytest tests
* mypy on the python scripts
* tree-sitter tests
* roadmap.py does not flag any tests as out-of-date
* get github to syntax highlight Jakt on Github
Mentions tree-sitter https://github.com/github/linguist/issues/5844
How to add a new grammar to github: https://github.com/github/linguist/blob/master/CONTRIBUTING.md#adding-a-language
1. A grammar will only be added to github after it has been used by 200 unique users and projects
2. The linguist issue #5844 (mar 2022) mentions Github is moving to tree-sitter for syntax highlighting.
1. The issues mentions: `"Contact GitHub" link on any page on GitHub.` to enquire
about adding a tree-sitter grammar to github.