doc: link to create issue requesting treesitter language

This commit is contained in:
Steven Arcangeli 2021-11-21 07:46:15 -08:00
parent a199897b08
commit 5588c2833f
2 changed files with 5 additions and 2 deletions

View file

@ -38,9 +38,9 @@ def replace_section(file: str, start_pat: str, end_pat: str, lines: List[str]) -
def update_treesitter_languages():
languages = sorted(os.listdir(os.path.join(ROOT, "queries")))
language_lines = ["\n"] + [f" * {l}\n" for l in languages]
language_lines = ["\n"] + [f" * {l}\n" for l in languages] + ["\n"]
replace_section(
README, r"^\s*<summary>Supported languages", r"^\s*</details>", language_lines
README, r"^\s*<summary>Supported languages", r"^[^\s]", language_lines
)

View file

@ -123,6 +123,9 @@ automatically fetch symbols from treesitter.
* rust
* typescript
* vim
Don't see your language here? [Request support for
it](https://github.com/stevearc/aerial.nvim/issues/new?assignees=stevearc&labels=enhancement&template=feature-request--treesitter-language-.md&title=)
</details>
### Keymaps