@@ -3,41 +3,41 @@ description: Request a language extensions
3
3
title : " <name_of_language>"
4
4
labels : ["language"]
5
5
body :
6
- - type : checkboxes
7
- attributes :
8
- label : Check for existing issues
9
- description : Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
10
- options :
11
- - label : Completed
12
- required : true
13
- - type : input
14
- attributes :
15
- label : Language
16
- description : What language do you want support for?
17
- placeholder : HTML
18
- validations :
6
+ - type : checkboxes
7
+ attributes :
8
+ label : Check for existing issues
9
+ description : Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
10
+ options :
11
+ - label : Completed
19
12
required : true
20
- - type : input
21
- attributes :
22
- label : Tree Sitter parser link
23
- description : |
24
- If applicable, provide a link to the appropriate tree sitter parser.
25
- Look here first: https://tree-sitter.github.io/tree-sitter/#available-parsers
26
- placeholder : https://github.com/tree-sitter/tree-sitter-html
27
- validations :
28
- required : false
29
- - type : input
30
- attributes :
31
- label : Language server link
32
- description : |
33
- If applicable, provide a link to the appropriate language server.
34
- Look here first: https://microsoft.github.io/language-server-protocol/implementors/servers/
35
- Note: extensions don't yet support language servers, but include the link for future reference.
36
- placeholder : https://github.com/Microsoft/vscode/tree/main/extensions/html-language-features/server
37
- validations :
38
- required : false
39
- - type : textarea
40
- attributes :
41
- label : Misc notes
42
- validations :
43
- required : false
13
+ - type : input
14
+ attributes :
15
+ label : Language
16
+ description : What language do you want support for?
17
+ placeholder : HTML
18
+ validations :
19
+ required : true
20
+ - type : input
21
+ attributes :
22
+ label : Tree Sitter parser link
23
+ description : |
24
+ If applicable, provide a link to the appropriate tree sitter parser.
25
+ Look here first: https://tree-sitter.github.io/tree-sitter/#available-parsers
26
+ placeholder : https://github.com/tree-sitter/tree-sitter-html
27
+ validations :
28
+ required : false
29
+ - type : input
30
+ attributes :
31
+ label : Language server link
32
+ description : |
33
+ If applicable, provide a link to the appropriate language server.
34
+ Look here first: https://microsoft.github.io/language-server-protocol/implementors/servers/
35
+ Note: extensions don't yet support language servers, but include the link for future reference.
36
+ placeholder : https://github.com/Microsoft/vscode/tree/main/extensions/html-language-features/server
37
+ validations :
38
+ required : false
39
+ - type : textarea
40
+ attributes :
41
+ label : Misc notes
42
+ validations :
43
+ required : false
0 commit comments