| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-16 | Fix C++ locals | Stephan Seitz | |
| 2021-03-16 | Fix ocaml queries | Stephan Seitz | |
| 2021-03-16 | Mark parsers with NPM dependency | Stephan Seitz | |
| 2021-03-12 | Add comment parser to highlight comment tags (#893) | Santos Gallegos | |
| Closes #236 | |||
| 2021-03-01 | feat: use @ignore for comments and multiline strings | elianiva | |
| 2021-02-10 | C/CPP: add injections for macros | Santos Gallegos | |
| 2021-01-29 | highlights(cpp): fix constructor call highlighting | Stephan Seitz | |
| Address #883 | |||
| 2021-01-14 | feat: added more indent queries | elianiva | |
| 2021-01-08 | C++ highlights: Fix destructor highlighting | Stephan Seitz | |
| Field is not "name" | |||
| 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-13 | C++ highlights: highlight all kinds of optional parameters | Stephan Seitz | |
| declarator can be a identifier, a reference or a pointer | |||
| 2020-10-11 | feat(queries): modeline mechanism for base langs | Thomas Vigouroux | |
| This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO. | |||
| 2020-10-10 | fix(highlights): Add TSNamespace highlight | Stephan Seitz | |
| Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | |||
| 2020-10-04 | Remove textobjects module | Stephan Seitz | |
| 2020-09-19 | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | |
| @exception for Java/JS | |||
| 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-11 | ci: fix wrong queries | Thomas Vigouroux | |
| 2020-09-08 | feat(C++ highlights): highlight operator_name as function | 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-08-24 | feat(c/cpp highlights): highlight pointer/reference parameters | Stephan Seitz | |
| 2020-08-22 | C++ highlights: Add initial support for attributes | Stephan Seitz | |
| 2020-08-17 | Textobjects: add swap feature | Stephan Seitz | |
| 2020-08-16 | feat(highlights): add is predicate | Steven Sojka | |
| 2020-08-13 | Fix #286: Highlight C++ raw_string_literal | Stephan Seitz | |
| 2020-07-27 | C++: locals template_declaration must define their own scope in which the ↵ | Stephan Seitz | |
| template arguments are valid | |||
| 2020-07-20 | C++ locals: add variadic as @definition.var | Stephan Seitz | |
| 2020-07-20 | C++ highlights: Add decltype keyword | Stephan Seitz | |
| 2020-07-20 | C++ highlights: Highlight variadic parameters | 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-15 | feat(textobjects): Add `start` to include preceding things like documentation | Stephan Seitz | |
| 2020-07-14 | Add C/C++ textobjects | Stephan Seitz | |
| 2020-07-13 | Cpp locals: Fix syntax | 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-07-04 | C++ locals: Add reference_declarator (analogous to pointer_declarator for C ↵ | Stephan Seitz | |
| locals) | |||
| 2020-06-26 | Fix cpp-highlights: wrong capture name used in regex | 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 | Make =,~,! operators in C highlights | Stephan Seitz | |
| 2020-06-15 | Add cpp/locals.scm | Stephan Seitz | |
| 2020-06-15 | Add C++ highlights.scm | Stephan Seitz | |
