Commit graph

103 commits

Author SHA1 Message Date
Stephan Seitz
c3b526fe51 feat(install): add "maintained" option to only install maintained parsers
Unmaintained parsers only give users little benefit but take sometimes a
a long time to install (e.g. Markdown, Julia, Haskell parser). We could
recommend to only install maintained parsers by default.
2020-10-26 12:42:10 +01:00
Github Actions
26142b3e3a [docgen] Update README.md
skip-checks: true
2020-10-22 10:42:03 +02:00
Github Actions
0f43bd9293 [docgen] Update README.md 2020-10-20 16:33:13 +02:00
kiyan42
f115d0ebaa update docs 2020-10-19 21:41:57 +02:00
Thomas Vigouroux
a1de79e93a docs(highlights): document LanguageTree. 2020-10-19 18:28:45 +02:00
Thomas Vigouroux
f7d92f663c feat(languagetree): implement language tree
Allow the LanguageTree to be used as an option for highlighting.

Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
Co-authored-by: Yazdani Kiyan <yazdani.kiyan@protonmail.com>
2020-10-19 18:28:45 +02:00
Rom Grk
e9b6e2d311 readme: add nvim-treesitter-context 2020-10-19 16:08:19 +02:00
Stephan Seitz
25bdf0f00d Update README requirements for parser download/compilation 2020-10-16 06:36:47 +02:00
Github Actions
030a75129d [docgen] Update README.md 2020-10-10 15:31:51 +02:00
tonycheang
b9b08d776b fix: readme link to nvim-treesitter-textobjects 2020-10-04 23:15:23 +02:00
Github Actions
97d5329d9f [docgen] Update README.md 2020-10-04 14:33:29 +02:00
Stephan Seitz
37b011b679 Add "External modules" section to README 2020-10-04 14:20:20 +02:00
Stephan Seitz
3362f45196 Remove textobjects module 2020-10-04 14:20:20 +02:00
Steven Sojka
7f325538cc
Merge pull request #487 from steelsojka/remove-refactor
chore(modules): remove refactor module
2020-10-04 07:01:53 -05:00
Github Actions
ec37addef9 [docgen] Update README.md
skip-checks: true
2020-09-30 20:38:04 +02:00
Steven Sojka
82a8b859c6 chore(modules): remove refactor module 2020-09-25 10:30:35 -05:00
Github Actions
013b0d1221 [docgen] Update README.md
skip-checks: true
2020-09-19 13:35:12 +02:00
Santos Gallegos
c1313ba7af Link to gallery 2020-09-18 18:09:24 -05:00
Santos Gallegos
9127038027 Update FAQ
Add an entry for
https://github.com/nvim-treesitter/nvim-treesitter/issues/340.
2020-09-19 00:59:43 +02:00
Santos Gallegos
4b578c52bd Show up logo
Too good to be hidden
2020-09-11 09:12:42 +02:00
Santos Gallegos
7b972d581c Fold: update docs
Document foldnestmax.
2020-09-08 15:07:23 +02:00
Santos Gallegos
1a42056e09 Highlights: default TSError to Normal
This provides a better experience for users
without any extra config.
2020-09-06 16:12:02 +02:00
Stephan Seitz
bc36521967 feat(refactor.navigation): allow a fallback_function for goto_definition
`fallback_function` is called when nvim-treesitter can not resolve the
variable under the cursor.
2020-08-31 22:16:27 +02:00
Stephan Seitz
5948aba886 feat(refactor.navigation): add navigation.goto_{next,previous}_usage 2020-08-31 18:56:41 +02:00
Stephan Seitz
ffe7d96dfd feat(CI): auto-update README.md 2020-08-31 18:53:24 +02:00
Stephan Seitz
c5d07a01f6 docs(README): add link to Windows wiki page 2020-08-27 22:20:30 +02:00
Thomas Vigouroux
dee3c242d9 docs: document foldmethod workarounds 2020-08-27 15:06:12 +02:00
Stephan Seitz
2bd13c9d41 docs: fix syntax error in README example 2020-08-26 13:22:31 +02:00
Stephan Seitz
7c9ffe9e19 Fix #292: Add parser links to README.md 2020-08-25 14:58:28 +02:00
evakuator
6f1908a2ec Docs: remove enable=true from textobjects module 2020-08-20 09:00:46 +02:00
evakuator
7e704852dc Docs: fix textobjects 2020-08-20 09:00:46 +02:00
Santos Gallegos
7f81df4409 Docs: documentation for modules/submodules 2020-08-18 19:15:47 +02:00
Stephan Seitz
e629efafd8 Textobjects: provide mappings for all swap/goto functions 2020-08-17 17:44:40 +02:00
TravonteD
72905524c2 Add fennel support 2020-08-16 20:40:33 -04:00
Thomas Vigouroux
a9abe2b9b0 docs: document the new runtime query system 2020-08-14 16:42:53 +02:00
Thomas Vigouroux
b70269f01c docs: advertize zulip instead of gitter 2020-08-11 15:52:29 +02:00
Santos Gallegos
688161c174 Add troubleshooting for when a parser changes
This should be merged after https://github.com/nvim-treesitter/nvim-treesitter/pull/243
2020-08-09 17:34:02 +02:00
Shirasaka
f372e2ab87 Add PHP, TOML, and update HTML, javascript queries
- PHP         : Add highlights and locals query
- TOML        : Add highlights and locals query
- HTML        : Add scope
- javascript  : Add some scopes
2020-08-04 08:05:51 +02:00
Santos Gallegos
5202b7b098 Docs: rework readme
- Fix some typos
- Remove some unnecessary text that was taking space
- Use double quotes in lua examples (this seems to be the convention in
  the source code)
- Sort list of languages so they are easy to find.
2020-07-29 17:00:23 +02:00
Steven Sojka
aaa24cc47a feat(parsers): add scheme parser 2020-07-28 08:28:36 -05:00
Santos Gallegos
6f9e5bf23f Docs: format and fixes
Format the docs to be consisted and some typos.
2020-07-27 16:49:07 +02:00
Santos Gallegos
6f01384cb2 Parsers: add reStructuredText 2020-07-27 09:16:26 +02:00
Akin Sowemimo
3eac4483c0 Add myself as a maintainer for dart 2020-07-23 17:17:03 +02:00
Stephan Seitz
cd507463ac Fix #213: Add parser for dart 2020-07-23 09:08:22 +02:00
kiyan42
d54fe4545b fix readme typos 2020-07-21 18:26:27 +02:00
Steve Vermeulen
5db4bb1b3f Added myself as c# maintainer 2020-07-20 23:19:18 +02:00
WinWisely268
dee2dd65ee added go maintainer to README.md 2020-07-17 20:44:43 +02:00
Stephan Seitz
bf1475df75 Add jsdoc parser 2020-07-16 13:16:18 +02:00
Thomas Vigouroux
250289b3d6
Update README.md
Add a notice on how to temporarily fix highlighting issues.
2020-07-15 09:24:57 +02:00
Thomas Vigouroux
8670df0905
docs(README): add new actions badge 2020-07-15 07:55:02 +02:00