| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-22 | C: add goto to locals | Santos Gallegos | |
| 2021-01-14 | feat: added more indent queries | elianiva | |
| 2021-01-06 | fix(c highlights): add missing operators | Thomas Vigouroux | |
| 2021-01-06 | Remove usages of `@embedded` in highlights | Stephan Seitz | |
| 2020-11-30 | Fix #724: Add (initializer_list) to C folds | Stephan Seitz | |
| 2020-11-22 | c highlights: fix define/undef arguments | Thomas Vigouroux | |
| 2020-11-20 | c/cpp highlights: Fix field declarations and initializers | John Drouhard | |
| After a recent fix for #446, declarations in class/struct definitions stopped being marked as properties or methods. This fix will add property highlights to field declarations, and method highlight to field function declarations. | |||
| 2020-11-18 | Do not highlight Uppercase function as type | Stephan Seitz | |
| 2020-11-18 | fix(predicates): Fix #446: highlight property only if not a method | Stephan Seitz | |
| 2020-10-04 | Remove textobjects module | Stephan Seitz | |
| 2020-09-14 | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | |
| 2020-09-14 | Folds: rename query files to folds.scm to be consistent | Santos Gallegos | |
| We use plural names for all query files except folds. | |||
| 2020-09-13 | fix(cpp highlights): Use `@include` for preproc_include (fix #445) | Stephan Seitz | |
| 2020-09-08 | C/C++ locals: Deduplicate C++ locals contained in C | Stephan Seitz | |
| 2020-09-08 | Add C++ folds and C comment/preproc folds | Stephan Seitz | |
| 2020-09-01 | fold(c): ignore compound statements | Thomas Vigouroux | |
| 2020-09-01 | fix(fold): revamp fold | Thomas Vigouroux | |
| fix(fold): typo fix(fold): remove debug and add queries fix(fold): fallback to local scopes for folds | |||
| 2020-08-30 | C highlights: make `preproc_defined` @function.macro | Stephan Seitz | |
| 2020-08-27 | C highlights: add bitwise-xor operator | Stephan Seitz | |
| 2020-08-24 | feat(c/cpp highlights): highlight pointer/reference parameters | Stephan Seitz | |
| 2020-08-17 | chore(highlights): remove is predicate usage | Steven Sojka | |
| 2020-08-17 | Textobjects: add swap feature | Stephan Seitz | |
| 2020-08-16 | feat(highlights): add is predicate | Steven Sojka | |
| 2020-07-27 | C/C++ locals: Make `field_identifier` a reference | Stephan Seitz | |
| 2020-07-20 | C highlights: Add operator "%" | Stephan Seitz | |
| 2020-07-20 | Attach kind of reference to query result instead of using subfields | Stephan Seitz | |
| This makes smart_rename work also for types out of the box and we don't need to search for the path of actual node. | |||
| 2020-07-16 | highlights: some fixes | Thomas Vigouroux | |
| Add `goto` keyword for C. Fix typo for lua. | |||
| 2020-07-14 | Add C/C++ textobjects | Stephan Seitz | |
| 2020-07-14 | Add textobjects module | Stephan Seitz | |
| 2020-07-13 | Add rust locals.scm | Stephan Seitz | |
| 2020-07-13 | C/C++ highlights: Small improvements for type definitions | Stephan Seitz | |
| 2020-07-09 | highlight(c): fix booleans and types | Thomas Vigouroux | |
| 2020-07-05 | C/C++ highlights: update to new syntax | Stephan Seitz | |
| This changed the highlight of "switch" to conditional and of "break" to repeat. | |||
| 2020-06-30 | highlights(c): highlight ternary as conditional | Thomas Vigouroux | |
| 2020-06-30 | C highlights: Make ? an operator in c highlights | Stephan Seitz | |
| 2020-06-28 | C highlights: Add highlight for #elif | Stephan Seitz | |
| 2020-06-15 | Change regexes in C/C++ highlights | Stephan Seitz | |
| 2020-06-15 | Update C/C++ highlights to new query syntax | Stephan Seitz | |
| 2020-06-15 | Add better highlighting for preprocessor functions in C highlights | Stephan Seitz | |
| 2020-06-15 | Add operators /=,*=,|=,&= to C highlights | Stephan Seitz | |
| 2020-06-15 | Add compound_statement to c queries | Stephan Seitz | |
| 2020-06-15 | Add punctuation.bracket/punctuation.delimiter to C highlights | Stephan Seitz | |
| 2020-06-15 | Make =,~,! operators in C highlights | Stephan Seitz | |
| 2020-06-15 | Add @error highlight to c/highlights.scm | Stephan Seitz | |
| 2020-06-15 | Add C++ highlights.scm | Stephan Seitz | |
| 2020-05-23 | Some improvements to c/locals.scm | Stephan Seitz | |
| - Fix function scope (was declaration only without body) - Use @definition.var like the other local files - Add translation_unit scope | |||
| 2020-05-16 | queries: add C queries | Thomas Vigouroux | |
| Also add a missing `field` capture in locals query. | |||
