kiyan
cf21576b0c
chore: update init.vim refs to init.lua
2022-02-11 10:42:03 +01:00
kiyan
2e67eace75
chore: remove lua heredocs in documentation and readme
2022-02-11 10:42:03 +01:00
monkoose
500f58f5ac
docs: add missing vim table in the example
2022-01-22 11:09:39 +01:00
Santos Gallegos
4aa9f6b7f7
Make example config more easy to read
...
Ref https://github.com/nvim-treesitter/nvim-treesitter/issues/2095#issuecomment-992759818
2021-12-18 14:50:48 +01:00
patrick96
d2174f1d29
Fix docs
2021-11-28 00:31:02 +01:00
patrick96
e8bde2fe61
Completely remove condition from documentation
2021-11-28 00:31:02 +01:00
patrick96
d24a1c63d4
Make disable accept a function
...
Replaces the condition setting (though it does the exact inverse)
2021-11-28 00:31:02 +01:00
patrick96
76673d61c3
Rename cond to condition
2021-11-28 00:31:02 +01:00
patrick96
be1c93f848
Add documentation for cond setting
...
Ref: #1994
2021-11-28 00:31:02 +01:00
Dundar Göc
83efae51bf
docs: move description to the first line
...
This will make the description of nvim-treesitter show up in the LOCAL
ADDITIONS section of the help text. So this
|nvim-treesitter|
instead becomes
|nvim-treesitter| Treesitter configurations and abstraction layer for Neovim.
2021-11-05 18:32:19 -05:00
Dundar Göc
6a4fdb317d
chore: fix typos
2021-11-02 23:47:48 +01:00
Sergio Alejandro Vargas
1d8dd9665c
docs: Update nvim-treesitter-highlights
...
- Fix misspellings, missing punctuation and capitalization.
- Clarify whether highlights apply to identifiers (e.g. `TSConstant`)
or to literal values (e.g. `TSConstBuiltin`).
- Extend examples.
See #1767
2021-09-14 21:15:20 +02:00
lmlorca
fb5d6e04a8
add @tag.attribute for html like attributes
2021-07-14 10:13:13 +02:00
Stephan Seitz
29113e6892
doc: be more explicit about additional_vim_regex_highlighting ( #1561 )
2021-07-13 18:08:57 -05:00
Santos Gallegos
647268183f
Highlights: define string.special ( #1551 )
...
* Highlights: define string.special
This was in our CONTRIBUTING.md file,
but wasn't defined.
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1405
* Use string.escape
2021-07-11 15:59:53 -05:00
Munif Tanjim
97761acaff
Folds: support 'foldminlines'
2021-07-08 21:42:02 +02:00
Santos Gallegos
3413581b58
Docs: mention that indentation is still experimental
2021-07-05 19:26:35 +02:00
Santos Gallegos
f3d0bdcf6f
Docs: document additional_vim_regex_highlighting option
2021-07-05 19:24:05 +02:00
antonk52
90f15d9bf7
feat(keywords) merge return and yield into keyword.return group
2021-07-04 21:49:17 +02:00
antonk52
bd9095e969
feat(keywords) add keyword.return & keyword.yield
2021-07-04 21:49:17 +02:00
Shane Hird
a8d64922fa
Re-introduce prompting for installation
2021-07-04 14:59:13 +02:00
Shane Hird
76ea2b8871
TSUpdate does not install if up to date
2021-07-04 14:59:13 +02:00
kmarius
8adb2e0352
fix typo: Enviroment -> Environment
2021-06-22 07:27:00 +02:00
Munif Tanjim
4a80228220
docs: update nvim-treesitter-highlights
2021-04-24 16:52:37 +02:00
Thomas Vigouroux
a74484a8ac
docs: Update vimdoc file
...
Adds the new maintainers (that were actually added a long time ago),
fix inconsistent formatting, and unneeded or old/wrong docs.
2021-04-22 18:25:41 +02:00
Stephan Seitz
4df2667303
feat: Add TSEditQueryUserAfter
2021-04-14 16:23:21 +02:00
Stephan Seitz
4598f90f34
docs: Add documentation for :TSEditQuery
2021-04-14 16:23:21 +02:00
Marco Hinz
06c9ef8104
TSModuleInfo: change doc
2021-04-06 21:32:46 +02:00
Steven Sojka
6863f79118
refactor(all): language tree adaption ( #1105 )
2021-03-30 08:18:24 -05:00
Steven Sojka
7984975a2f
feat(install): allow ignore list when installing parsers ( #1098 )
2021-03-24 09:12:03 -05:00
Santos Gallegos
e4083fc8e1
Add comment parser to highlight comment tags ( #893 )
...
Closes #236
2021-03-12 11:21:46 -05:00
Dennis B
aca33c0aca
[highlights] Add TSSymbol highlight group
...
Addresses issue #892
Ruby and Dart literal symbols will now be highlighted by the new
TSSymbol highlight group, which itself will, by default, link to the Vim
Identifier highlight group. Vim theme authors can then set their
TSSymbol colors.
Symbol highlighting can apply to a number of languages as noted in the
following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming)
Not just for Ruby and Dart.
2021-03-04 06:19:40 +01:00
Santos Gallegos
b86555d9c3
HTML: improve highlights & injections
2021-02-11 07:42:19 +01:00
echasnovski
d3901e5833
Update documentation for Enable/Disable commands.
2021-02-01 19:37:39 +01:00
echasnovski
fdfbb5c1bf
Implement TSToggleAll.
2021-02-01 19:37:39 +01:00
echasnovski
8e2807d09e
Implement TSBufToggle.
2021-02-01 19:37:39 +01:00
delphinus
b938e4f0fe
Remove deprecated highlights
2020-12-21 22:32:17 +01:00
Jonathan
7a193b51bd
Fix doc typo
2020-12-13 11:14:05 +01:00
rockerBOO
913261739d
Add TSComment to docs
2020-12-07 21:50:47 +01:00
rockerBOO
07e86b1553
docs: Update docs for missing groups, re-order alphabetically
2020-12-07 21:50:47 +01:00
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
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
Kristijan Husak
9ad47c65bd
Use utils get_node_text to get line content and trim all whitespaces.
2020-10-11 13:35:18 +02:00
Kristijan Husak
3aa7e575e2
Remove old statusline implementation with new one.
2020-10-11 13:35:18 +02:00
Kristijan Husak
62df1143da
Add implementation for improved statusline. Closes #545 .
2020-10-11 13:35:18 +02:00
Stephan Seitz
45397ebbd9
fix(highlights): Add TSNamespace highlight
...
Start adding highlights for
- C++
- Rust (including other scoped_identifier/scoped_type_identifier fixes)
- JS (only namespace_import)
Addresses #516
2020-10-10 15:31:51 +02:00
Steven Sojka
82a8b859c6
chore(modules): remove refactor module
2020-09-25 10:30:35 -05:00
Stephan Seitz
bcf421b4e7
Fix #307 : Use and document TSVariable/TSVariableBuiltin in all languages
2020-09-14 18:27:20 +02:00
Sh3Rm4n
97113abedc
Fix typo in foldexpr example
2020-09-14 14:36:36 +02:00