docs(tree-sitter): remove m1 warning

also remove unneeded apostroph
This commit is contained in:
Jeetaditya Chatterjee 2022-02-15 19:52:39 +00:00
parent 795a17e664
commit 3ccfc3d847
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91

View file

@ -36,8 +36,6 @@ It includes:
+ Structural text objects to manipulate functions statements and other code + Structural text objects to manipulate functions statements and other code
structures like any other text object structures like any other text object
*Currently this module does not support M1 macbooks due to grammars being built for x86*
** Maintainers ** Maintainers
- @jeetelongname - @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=) + [[https://github.com/meain/evil-textobj-tree-sitter][evil-textobj-tree-sitter]]* (=:editor evil +everywhere=)
* Prerequisites * Prerequisites
This module has no prerequisites. but if you are using an M1 mac (or a system This module has no prerequisites.
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.
* Features * Features
** Language support ** Language support
@ -63,7 +58,7 @@ highlighting support for [[https://emacs-tree-sitter.github.io/syntax-highlighti
** Text Objects ** 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 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]] 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: Currently text objects are bound to:
| key | text object | | key | text object |
|-----+---------------------| |-----+---------------------|