ZIm/crates/languages/src/c
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 chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
embedding.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
highlights.scm Add missing operators and keywords to the C syntax highlighting (#17541) 2024-09-14 16:06:03 -04:00
indents.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
injections.scm Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
outline.scm assistant: Add annotations to more languages (#15866) 2024-08-07 13:47:21 +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
runnables.scm languages: Do not expose unnecessary captures from tasks (#19625) 2024-10-23 18:54:08 +02:00
textobjects.scm Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00