Commit graph

406 commits

Author SHA1 Message Date
Stephan Seitz
187dc8e3f5 Python highlights: Highlight ->, ... 2020-08-14 13:53:00 +02:00
Steven Sojka
52420544ff
Merge pull request #284 from steelsojka/fix-usages
fix(definitions): optimize and fix definition highlighting
2020-08-14 06:42:33 -05:00
Steven Sojka
282e33ad9c fix(definitions): optimize and fix definition highlighting 2020-08-13 07:43:09 -05:00
Thomas Vigouroux
1846d92ec6 fix(highlight): link TSVariable to Normal 2020-08-13 14:09:48 +02:00
Stephan Seitz
c41b6e9197 Fix #286: Highlight C++ raw_string_literal 2020-08-13 09:48:07 +02:00
Steven Sojka
7806b16cc2 fix(java): add lambdas as a scope 2020-08-12 21:20:54 +02:00
Thomas Vigouroux
ba3167a1a4 perf: cache parser file list for performance 2020-08-11 20:21:22 +02:00
Santos Gallegos
8f3b601bcc RST: update textobjects 2020-08-11 20:21:03 +02:00
Thomas Vigouroux
b70269f01c docs: advertize zulip instead of gitter 2020-08-11 15:52:29 +02:00
Laxman Sooriyathas
0478fe8a48 pass full module path in recurse accumulator to enable/disable sub modules 2020-08-11 14:12:56 +02:00
Stephan Seitz
1c366a3a1c Lua highlights: add operator "=" and punctuation 2020-08-11 14:11:24 +02:00
Steven Sojka
4f2689c501
fix(locals): fix find definition implementation (#274)
Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
2020-08-11 09:53:05 +02:00
Steven Sojka
4982d05ec7 fix(queries): don't load queries on startup 2020-08-11 09:50:30 +02:00
Steven Sojka
47a4eadf44
Merge pull request #273 from vigoux/fix-enable-disable
configs: actually enable and disable on setup
2020-08-10 15:10:34 -05:00
Thomas Vigouroux
0a1353e8aa configs: actually enable and disable on setup 2020-08-10 19:01:22 +02:00
Thomas Vigouroux
5a7579c8f5 fix(highlight): Use TSParameter 2020-08-10 14:17:55 +02:00
Akin Sowemimo
bbe8e5eab2 Update contributing.md 2020-08-09 19:12:26 +02:00
Akin Sowemimo
941e40f659 Re add missing comments 2020-08-09 19:12:26 +02:00
Akin Sowemimo
1427c43cf0 Change capture groups and add variable highlights 2020-08-09 19:12:26 +02:00
Akin Sowemimo
aaa990053a Add break and increment operators and tweak formatting 2020-08-09 19:12:26 +02:00
Akin Sowemimo
942fe70452 Add todo comment and change this highlight group 2020-08-09 19:12:26 +02:00
Akin Sowemimo
d4fbbc05af Add new highlight queries 2020-08-09 19:12:26 +02:00
Santos Gallegos
429036317a Lua: highlight function name 2020-08-09 18:38:00 +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
Thomas Vigouroux
6133257ed6 highlights(rust): fix some type highlights. 2020-08-07 15:03:20 +02:00
Thomas Vigouroux
94a5056269 highlights(rust): add async/await keywords 2020-08-07 15:03:20 +02:00
Santos Gallegos
81d444c498 RST: update queries 2020-08-07 10:51:00 +02:00
Rafał Camlet
3c7528a294 Add noremap option to mappings 2020-08-06 13:28:53 +02:00
Shirasaka
dccc250add PHP: Update locals query 2020-08-05 21:28:50 +02:00
Santos Gallegos
124ff3bf56 Python: update textobjects queries 2020-08-04 10:09:11 +02:00
Santos Gallegos
32c19ec1e8 Lua: fix @error capture 2020-08-04 08:07:49 +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
Stephan Seitz
a0abaf936c Lua locals: Make property_identifier a reference 2020-08-03 08:06:40 +02:00
Stephan Seitz
0f1dcc396a feat(install): Export iter_cmd 2020-08-02 22:58:08 +02:00
Stephan Seitz
775ce30edd Add 'all' to completions for TSInstall/TSUpdate/TSUninstall 2020-08-02 22:58:08 +02:00
Stephan Seitz
70939e71c9 Add TSUninstall 2020-08-02 22:58:08 +02:00
Stephan Seitz
a872762d82 Add TSUpdate command to update parsers 2020-08-02 22:58:08 +02:00
kiyan42
a855538e0a fix decremental selection 2020-08-02 20:14:34 +02:00
Santos Gallegos
5c5f4c5d54 RST: update locals 2020-08-01 19:18:54 +02:00
Santos Gallegos
8cacd5aaac RST: update highlights 2020-08-01 14:33:36 +02:00
Steven Sojka
e95c14c81d
Merge pull request #241 from steelsojka/master
feat(predicates): add adjacent predicate
2020-07-31 12:12:45 -05:00
Steven Sojka
67509d4627 feat(predicates): add adjacent predicate 2020-07-31 11:54:09 -05: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
Santos Gallegos
b1da6ad8b3 rst: update highlight queries 2020-07-29 10:04:46 +02:00
Steven Sojka
bd1d1adb35 rename query parser to query from scheme 2020-07-28 18:30:24 +02:00
Steven Sojka
875a1a0165
Merge pull request #237 from steelsojka/master
feat(parsers): add scheme parser
2020-07-28 08:46:17 -05:00
Steven Sojka
aaa24cc47a feat(parsers): add scheme parser 2020-07-28 08:28:36 -05:00
Santos Gallegos
b8e3a2dc65 Lua: update some queries
- Basic textobjects
- Highlighting punctuation symbols
2020-07-28 09:54:40 +02: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
Stephan Seitz
1301884e97 C++: locals template_declaration must define their own scope in which the template arguments are valid 2020-07-27 15:20:04 +02:00