From 030e7ab9884d9f319993a1987d64fa45956aaefe Mon Sep 17 00:00:00 2001 From: unrelentingtech Date: Fri, 29 Apr 2022 20:40:59 +0300 Subject: [PATCH] fix(docs): cleanup obsolete indents.toml mentions (#2327) --- README.md | 2 +- book/src/guides/adding_languages.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c7b11777..c03c14a23 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ It's a terminal-based editor first, but I'd like to explore a custom renderer (similar to emacs) in wgpu or skulpin. Note: Only certain languages have indentation definitions at the moment. Check -`runtime/queries//` for `indents.toml`. +`runtime/queries//` for `indents.scm`. # Installation diff --git a/book/src/guides/adding_languages.md b/book/src/guides/adding_languages.md index e9e1a69f3..0cd6c27bb 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/.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