fix(docs): cleanup obsolete indents.toml mentions (#2327)

This commit is contained in:
unrelentingtech 2022-04-29 20:40:59 +03:00 committed by GitHub
parent 668b39d1df
commit 030e7ab988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -28,7 +28,7 @@ # Features
(similar to emacs) in wgpu or skulpin.
Note: Only certain languages have indentation definitions at the moment. Check
`runtime/queries/<lang>/` for `indents.toml`.
`runtime/queries/<lang>/` for `indents.scm`.
# Installation

View File

@ -91,8 +91,6 @@ ## Common Issues
- If a parser is segfaulting or you want to remove the parser, make sure to remove the compiled parser in `runtime/grammar/<name>.so`
- The indents query is `indents.toml`, *not* `indents.scm`. See [this](https://github.com/helix-editor/helix/issues/114) issue for more information.
[treesitter-language-injection]: https://tree-sitter.github.io/tree-sitter/syntax-highlighting#language-injection
[languages.toml]: https://github.com/helix-editor/helix/blob/master/languages.toml
[neovim-query-precedence]: https://github.com/helix-editor/helix/pull/1170#issuecomment-997294090