aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorunrelentingtech2022-04-29 17:40:59 +0000
committerGitHub2022-04-29 17:40:59 +0000
commit030e7ab9884d9f319993a1987d64fa45956aaefe (patch)
tree573215693c3ed77d73eb7fd2a5630047301d8eb3 /book
parent668b39d1dfa21097540a9b29144c4fcc1f24b63c (diff)
fix(docs): cleanup obsolete indents.toml mentions (#2327)
Diffstat (limited to 'book')
-rw-r--r--book/src/guides/adding_languages.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/book/src/guides/adding_languages.md b/book/src/guides/adding_languages.md
index e9e1a69f..0cd6c27b 100644
--- a/book/src/guides/adding_languages.md
+++ b/book/src/guides/adding_languages.md
@@ -91,8 +91,6 @@ the last matching query supersedes the ones before it. See
- 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