| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | folds(cpp): highlight scoped enums | Stephan Seitz | 2021-07-14 | 1 | -0/+3 |
| | | |||||
| * | highlights(cpp): add static_assert | Stephan Seitz | 2021-07-06 | 1 | -0/+1 |
| | | |||||
| * | c++ highlights: don't capture all identifiers with uppercase initials as types | Alex Chen | 2021-06-10 | 1 | -4/+0 |
| | | |||||
| * | indents(c/cpp): let C++ use the C indents and add class_specifier | Stephan Seitz | 2021-05-20 | 1 | -15/+4 |
| | | | | | Fixes #1320 | ||||
| * | highlights(c/c++): "..." also exists in C (variadic macros) | Stephan Seitz | 2021-05-18 | 1 | -1/+0 |
| | | |||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc | ||||
| * | highlights(cpp): highlight namespaces in using declartions | Stephan Seitz | 2021-04-26 | 1 | -0/+2 |
| | | |||||
| * | highlights(cpp): reduce number of regexes | Stephan Seitz | 2021-04-26 | 1 | -9/+3 |
| | | |||||
| * | highlights(cpp): avoid overwriting C CONSTANTS | Stephan Seitz | 2021-04-26 | 1 | -2/+2 |
| | | |||||
| * | Fix C++ locals | Stephan Seitz | 2021-03-16 | 1 | -7/+3 |
| | | |||||
| * | Fix ocaml queries | Stephan Seitz | 2021-03-16 | 1 | -1/+0 |
| | | |||||
| * | Mark parsers with NPM dependency | Stephan Seitz | 2021-03-16 | 1 | -5/+6 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+2 |
| | | | | Closes #236 | ||||
| * | feat: use @ignore for comments and multiline strings | elianiva | 2021-03-01 | 1 | -0/+2 |
| | | |||||
| * | C/CPP: add injections for macros | Santos Gallegos | 2021-02-10 | 1 | -0/+1 |
| | | |||||
| * | highlights(cpp): fix constructor call highlighting | Stephan Seitz | 2021-01-29 | 1 | -0/+3 |
| | | | | | Address #883 | ||||
| * | feat: added more indent queries | elianiva | 2021-01-14 | 1 | -0/+16 |
| | | |||||
| * | C++ highlights: Fix destructor highlighting | Stephan Seitz | 2021-01-08 | 1 | -1/+1 |
| | | | | | Field is not "name" | ||||
| * | c/cpp highlights: Fix field declarations and initializers | John Drouhard | 2020-11-20 | 1 | -0/+6 |
| | | | | | | | | 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 | -3/+5 |
| | | |||||
| * | fix(predicates): Fix #446: highlight property only if not a method | Stephan Seitz | 2020-11-18 | 1 | -2/+3 |
| | | |||||
| * | C++ highlights: highlight all kinds of optional parameters | Stephan Seitz | 2020-10-13 | 1 | -2/+2 |
| | | | | | declarator can be a identifier, a reference or a pointer | ||||
| * | feat(queries): modeline mechanism for base langs | Thomas Vigouroux | 2020-10-11 | 3 | -0/+6 |
| | | | | | | | | | 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. | ||||
| * | fix(highlights): Add TSNamespace highlight | Stephan Seitz | 2020-10-10 | 1 | -1/+3 |
| | | | | | | | | | | Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | ||||
| * | 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. | ||||
