aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cpp/highlights.scm
Commit message (Collapse)AuthorAgeFilesLines
...
* C++ highlights: highlight all kinds of optional parametersStephan Seitz2020-10-131-2/+2
| | | | declarator can be a identifier, a reference or a pointer
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-111-0/+2
| | | | | | | | 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 highlightStephan Seitz2020-10-101-1/+3
| | | | | | | | | Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516
* Add @keyword.operator for operators that are English words and add ↵Stephan Seitz2020-09-191-2/+20
| | | | @exception for Java/JS
* Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz2020-09-141-1/+1
|
* ci: fix wrong queriesThomas Vigouroux2020-09-111-3/+3
|
* feat(C++ highlights): highlight operator_name as functionStephan Seitz2020-09-081-0/+2
|
* feat(c/cpp highlights): highlight pointer/reference parametersStephan Seitz2020-08-241-0/+2
|
* C++ highlights: Add initial support for attributesStephan Seitz2020-08-221-0/+6
|
* feat(highlights): add is predicateSteven Sojka2020-08-161-5/+10
|
* Fix #286: Highlight C++ raw_string_literalStephan Seitz2020-08-131-0/+4
|
* C++ highlights: Add decltype keywordStephan Seitz2020-07-201-0/+1
|
* C++ highlights: Highlight variadic parametersStephan Seitz2020-07-201-0/+4
|
* highlight(c): fix booleans and typesThomas Vigouroux2020-07-091-1/+3
|
* C/C++ highlights: update to new syntaxStephan Seitz2020-07-051-22/+29
| | | | This changed the highlight of "switch" to conditional and of "break" to repeat.
* Fix cpp-highlights: wrong capture name used in regexStephan Seitz2020-06-261-3/+2
|
* Change regexes in C/C++ highlightsStephan Seitz2020-06-151-1/+1
|
* Update C/C++ highlights to new query syntaxStephan Seitz2020-06-151-11/+11
|
* Make =,~,! operators in C highlightsStephan Seitz2020-06-151-5/+0
|
* Add cpp/locals.scmStephan Seitz2020-06-151-3/+8
|
* Add C++ highlights.scmStephan Seitz2020-06-151-0/+97