File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : New Language Support
2+ description : Add support for an additional language
3+ title : " [language]: "
4+ labels : ["language", "enhancement"]
5+ body :
6+ - type : input
7+ id : language
8+ attributes :
9+ label : Language Name
10+ description : The name of the language you want to add.
11+ placeholder : e.g. TypeScript
12+ validations :
13+ required : true
14+ - type : input
15+ id : tree-sitter-link
16+ attributes :
17+ label : Tree-Sitter Grammar
18+ description : A link to the tree-sitter grammar on GitHub
19+ placeholder : e.g. https://github.com/tree-sitter/tree-sitter-c
20+ validations :
21+ required : true
22+ - type : dropdown
23+ attributes :
24+ label : I will work on this
25+ multiple : false
26+ options :
27+ - Yes
28+ - No
29+ validations :
30+ required : true
31+ - type : textarea
32+ attributes :
33+ label : Additional Info (optional)
34+ validations :
35+ required : false
You can’t perform that action at this time.
0 commit comments