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