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
Stephan Seitz
d351c9b342
Update documentation for new modules 'refactor'/'textobjects'
2020-07-14 22:34:43 +02:00
Stephan Seitz
69cabc69be
Add textobjects module
2020-07-14 22:34:43 +02:00
Stephan Seitz
ee80e1ebc5
Add module refactor.highlight_current_scope
2020-07-13 22:26:17 +02:00
Stephan Seitz
97ad374816
Fix #167 : Add custom_captures config key to set highlights for custom queries
2020-07-13 22:04:24 +02:00
Santos Gallegos
366e8b43bf
Update example
2020-07-11 13:18:37 +02:00
Santos Gallegos
4f3954732b
Typo
2020-07-11 08:09:31 +02:00
Thomas Vigouroux
d891c6eb06
docs: add GH actions build badge
2020-07-09 22:41:34 +02:00
Thomas Vigouroux
81c5f88ee3
docs: remove unused build status badge
2020-07-09 22:39:43 +02:00
Thomas Vigouroux
0e041bd343
ci: use GH Actions istead of Travis CI
2020-07-09 22:34:34 +02:00
Thomas Vigouroux
d51b948617
docs: update README.md for Rust
2020-07-09 21:28:10 +02:00
Thomas Vigouroux
7a1b8b7656
docs: Add screenshot to the readme
2020-07-09 14:48:39 +02:00
Steven Sojka
884080f89a
feat(configs): dynamic module defintions
2020-07-07 13:53:23 +02:00
Thomas Vigouroux
bf015c168f
Update README.md
2020-07-05 19:27:56 +02:00
Steven Sojka
d73500eaa6
refactor(refactor): use higher local apis and some cleanup
2020-06-30 08:21:01 +02:00
kiyan42
ddb41c36e8
update docs for TSInstall
2020-06-27 12:43:19 +02:00
TravonteD
51a52b85cf
add highlight queries for bash
2020-06-23 16:15:19 +02:00
Stephan Seitz
895216014b
Add disclaimer to README.md
2020-06-21 21:10:13 +02:00
kiyan42
cf72524b2f
add winnr to get_node_at_cursor
2020-06-19 14:13:23 +02:00
kiyan42
cabe61ac19
update docs
2020-06-19 14:03:01 +02:00
Kiyan Yazdani
470b88279c
Merge pull request #86 from steelsojka/feat/json
...
feat(lang): add json highlights
2020-06-15 23:14:45 +02:00
Steven Sojka
7bc746f3f0
feat(lang): add json highlights
2020-06-15 15:24:05 -05:00
Thomas Vigouroux
79556b4155
Merge pull request #85 from PitcherTear22/master
...
Add java support
2020-06-15 20:26:09 +02:00