From 3ccfc3d847589a049ff7f26418e30c9d5daafd32 Mon Sep 17 00:00:00 2001 From: Jeetaditya Chatterjee Date: Tue, 15 Feb 2022 19:52:39 +0000 Subject: [PATCH] docs(tree-sitter): remove m1 warning also remove unneeded apostroph --- modules/tools/tree-sitter/README.org | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/modules/tools/tree-sitter/README.org b/modules/tools/tree-sitter/README.org index d7581d5a8..f24a89639 100644 --- a/modules/tools/tree-sitter/README.org +++ b/modules/tools/tree-sitter/README.org @@ -36,8 +36,6 @@ It includes: + Structural text objects to manipulate functions statements and other code structures like any other text object -*Currently this module does not support M1 macbooks due to grammars being built for x86* - ** Maintainers - @jeetelongname @@ -50,10 +48,7 @@ This module provides no flags. + [[https://github.com/meain/evil-textobj-tree-sitter][evil-textobj-tree-sitter]]* (=:editor evil +everywhere=) * Prerequisites -This module has no prerequisites. but if you are using an M1 mac (or a system -that's is not using an X86 instruction set) then you will not be able to use this -module for the moment, functions are being put in place for this use case but -they are still being worked on. +This module has no prerequisites. * Features ** Language support @@ -63,7 +58,7 @@ highlighting support for [[https://emacs-tree-sitter.github.io/syntax-highlighti ** Text Objects Not all language support all text objects (yet). [[https://github.com/nvim-treesitter/nvim-treesitter-textobjects#built-in-textobjects][Here is a table of the text objects languages support]] -Note: only languages with parser's in emacs have text object support currently. +Note: only languages with parsers in emacs have text object support currently. Currently text objects are bound to: | key | text object | |-----+---------------------|