docs(tree-sitter): add m1 warning to readme
also fix small spelling mistake
This commit is contained in:
parent
f73c7915d2
commit
e756d0b447
1 changed files with 7 additions and 2 deletions
|
@ -34,6 +34,8 @@ 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
|
||||||
|
|
||||||
|
@ -46,7 +48,10 @@ 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.
|
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.
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
** Language support
|
** Language support
|
||||||
|
@ -56,7 +61,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 parsers in emacs have text object support currently.
|
Note: only languages with parser's 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 |
|
||||||
|-----+---------------------|
|
|-----+---------------------|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue