ZIm/crates/languages/src/cpp
Conrad Irwin 75c9dc179b
Add textobjects queries (#20924)
Co-Authored-By: Max <max@zed.dev>

Release Notes:

- vim: Added motions `[[`, `[]`, `]]`, `][` for navigating by section,
`[m`, `]m`, `[M`, `]M` for navigating by method, and `[*`, `]*`, `[/`,
`]/` for comments. These currently only work for languages built in to
Zed, as they are powered by new tree-sitter queries.
- vim: Added new text objects: `ic`, `ac` for inside/around classes,
`if`,`af` for functions/methods, and `g c` for comments. These currently
only work for languages built in to Zed, as they are powered by new
tree-sitter queries.

---------

Co-authored-by: Max <max@zed.dev>
2024-12-03 10:37:01 -07:00
..
brackets.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
config.toml Add support for Doxygen doc comments in C++ (#19858) 2024-10-28 17:44:23 -04:00
embedding.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
highlights.scm Improve C++ Tree-sitter queries (#18016) 2024-09-30 10:27:30 +02:00
indents.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
injections.scm cpp: Add injection for raw string literals (#13726) 2024-08-22 15:48:45 -06:00
outline.scm cpp: Add concepts to outline (#17329) 2024-09-04 01:41:00 +02:00
overrides.scm Add inclusive range scope overrides. Don't auto-close quotes at the ends of line comments (#20206) 2024-11-04 15:36:39 -08:00
textobjects.scm Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00