mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
48 lines
1.7 KiB
YAML
48 lines
1.7 KiB
YAML
name: Language Support
|
|
description: Request language support
|
|
title: "<name_of_language> support"
|
|
labels:
|
|
[
|
|
"admin read",
|
|
"triage",
|
|
"enhancement",
|
|
"language",
|
|
"unsupported language",
|
|
"potential plugin",
|
|
]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Check for existing issues
|
|
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
|
|
options:
|
|
- label: Completed
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Language
|
|
description: What language do you want support for?
|
|
placeholder: HTML
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Tree Sitter parser link
|
|
description: If applicable, provide a link to the appropriate tree sitter parser. Look here first - https://tree-sitter.github.io/tree-sitter/#available-parsers
|
|
placeholder: https://github.com/tree-sitter/tree-sitter-html
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
attributes:
|
|
label: Language server link
|
|
description: If applicable, provide a link to the appropriate language server. Look here first - https://microsoft.github.io/language-server-protocol/implementors/servers/
|
|
placeholder: https://github.com/Microsoft/vscode/tree/main/extensions/html-language-features/server
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Misc notes
|
|
description: Provide any additional things the team should consider when adding support for this language
|
|
validations:
|
|
required: false
|