| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove textobjects module | Stephan Seitz | 2020-10-04 | 1 | -18/+0 | |
| | | ||||||
| * | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | 2020-09-19 | 1 | -2/+20 | |
| | | | | | @exception for Java/JS | |||||
| * | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | 2020-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | 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. | |||||
| * | ci: fix wrong queries | Thomas Vigouroux | 2020-09-11 | 1 | -3/+3 | |
| | | ||||||
| * | feat(C++ highlights): highlight operator_name as function | Stephan Seitz | 2020-09-08 | 1 | -0/+2 | |
| | | ||||||
| * | C/C++ locals: Deduplicate C++ locals contained in C | Stephan Seitz | 2020-09-08 | 1 | -4/+0 | |
| | | ||||||
| * | Add C++ folds and C comment/preproc folds | Stephan Seitz | 2020-09-08 | 1 | -0/+9 | |
| | | ||||||
| * | feat(c/cpp highlights): highlight pointer/reference parameters | Stephan Seitz | 2020-08-24 | 1 | -0/+2 | |
| | | ||||||
| * | C++ highlights: Add initial support for attributes | Stephan Seitz | 2020-08-22 | 1 | -0/+6 | |
| | | ||||||
| * | Textobjects: add swap feature | Stephan Seitz | 2020-08-17 | 1 | -0/+3 | |
| | | ||||||
| * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 2 | -8/+19 | |
| | | ||||||
| * | Fix #286: Highlight C++ raw_string_literal | Stephan Seitz | 2020-08-13 | 1 | -0/+4 | |
| | | ||||||
| * | C++: locals template_declaration must define their own scope in which the ↵ | Stephan Seitz | 2020-07-27 | 1 | -1/+2 | |
| | | | | | template arguments are valid | |||||
| * | C++ locals: add variadic as @definition.var | Stephan Seitz | 2020-07-20 | 1 | -0/+3 | |
| | | ||||||
| * | C++ highlights: Add decltype keyword | Stephan Seitz | 2020-07-20 | 1 | -0/+1 | |
| | | ||||||
| * | C++ highlights: Highlight variadic parameters | Stephan Seitz | 2020-07-20 | 1 | -0/+4 | |
| | | ||||||
| * | Attach kind of reference to query result instead of using subfields | Stephan Seitz | 2020-07-20 | 1 | -1/+6 | |
| | | | | | | 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. | |||||
| * | feat(textobjects): Add `start` to include preceding things like documentation | Stephan Seitz | 2020-07-15 | 1 | -0/+9 | |
| | | ||||||
| * | Add C/C++ textobjects | Stephan Seitz | 2020-07-14 | 1 | -0/+6 | |
| | | ||||||
| * | Cpp locals: Fix syntax | Stephan Seitz | 2020-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Add rust locals.scm | Stephan Seitz | 2020-07-13 | 1 | -0/+7 | |
| | | ||||||
| * | 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 | -1/+3 | |
| | | ||||||
| * | C/C++ highlights: update to new syntax | Stephan Seitz | 2020-07-05 | 2 | -24/+31 | |
| | | | | | This changed the highlight of "switch" to conditional and of "break" to repeat. | |||||
| * | C++ locals: Add reference_declarator (analogous to pointer_declarator for C ↵ | Stephan Seitz | 2020-07-04 | 1 | -0/+2 | |
| | | | | | locals) | |||||
| * | Fix cpp-highlights: wrong capture name used in regex | Stephan Seitz | 2020-06-26 | 1 | -3/+2 | |
| | | ||||||
| * | 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 | -13/+13 | |
| | | ||||||
| * | Make =,~,! operators in C highlights | Stephan Seitz | 2020-06-15 | 1 | -5/+0 | |
| | | ||||||
| * | Add cpp/locals.scm | Stephan Seitz | 2020-06-15 | 2 | -3/+57 | |
| | | ||||||
| * | Add C++ highlights.scm | Stephan Seitz | 2020-06-15 | 1 | -0/+97 | |
