summaryrefslogtreecommitdiff
path: root/queries/c
AgeCommit message (Expand)Author
2021-09-30Fix #1853igorlfs
2021-09-19highlights(c): add Mircosoft attributesStephan Seitz
2021-09-19highlights(c): add __attribute__Stephan Seitz
2021-09-17testStephan Seitz
2021-09-17highlights(c/cpp): react to upstream changes to attributesStephan Seitz
2021-09-01highlights(c): make sizeof a `keyword.operator`Sergio Alejandro Vargas
2021-08-01Indent C compound_literal_expressionleo60228
2021-07-18c: don't treat uppercase functions as constantsGregory Anders
2021-07-14c(folds): fold on enumsStephan Seitz
2021-07-04feat(keywords) merge return and yield into keyword.return groupantonk52
2021-07-04feat(keywords) add keyword.return & keyword.yieldantonk52
2021-05-20indents(c/cpp): let C++ use the C indents and add class_specifierStephan Seitz
2021-05-18highlights(c/c++): "..." also exists in C (variadic macros)Stephan Seitz
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
2021-05-01highlights(c): highlight (escape_sequence)Stephan Seitz
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
2021-04-26folds(c): fold at case_statementStephan Seitz
2021-04-22fix(c): fold switch statementsThomas Vigouroux
2021-04-21C highlights: Make char_literal `@character`Stephan Seitz
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
2021-03-02highlights(c): update declaration and cast_expressionStephan Seitz
2021-03-01feat: use @ignore for comments and multiline stringselianiva
2021-03-01Add 'register' as c-keywordFabian Viƶl
2021-02-10C/CPP: add injections for macrosSantos Gallegos
2021-01-22C: add goto to localsSantos Gallegos
2021-01-14feat: added more indent querieselianiva
2021-01-06fix(c highlights): add missing operatorsThomas Vigouroux
2021-01-06Remove usages of `@embedded` in highlightsStephan Seitz
2020-11-30Fix #724: Add (initializer_list) to C foldsStephan Seitz
2020-11-22c highlights: fix define/undef argumentsThomas Vigouroux
2020-11-20c/cpp highlights: Fix field declarations and initializersJohn Drouhard
2020-11-18Do not highlight Uppercase function as typeStephan Seitz
2020-11-18fix(predicates): Fix #446: highlight property only if not a methodStephan Seitz
2020-10-04Remove textobjects moduleStephan Seitz
2020-09-14Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz
2020-09-14Folds: rename query files to folds.scm to be consistentSantos Gallegos
2020-09-13fix(cpp highlights): Use `@include` for preproc_include (fix #445)Stephan Seitz
2020-09-08C/C++ locals: Deduplicate C++ locals contained in CStephan Seitz
2020-09-08Add C++ folds and C comment/preproc foldsStephan Seitz
2020-09-01fold(c): ignore compound statementsThomas Vigouroux
2020-09-01fix(fold): revamp foldThomas Vigouroux
2020-08-30C highlights: make `preproc_defined` @function.macroStephan Seitz
2020-08-27C highlights: add bitwise-xor operatorStephan Seitz
2020-08-24feat(c/cpp highlights): highlight pointer/reference parametersStephan Seitz
2020-08-17chore(highlights): remove is predicate usageSteven Sojka
2020-08-17Textobjects: add swap featureStephan Seitz
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-07-27C/C++ locals: Make `field_identifier` a referenceStephan Seitz
2020-07-20C highlights: Add operator "%"Stephan Seitz
2020-07-20Attach kind of reference to query result instead of using subfieldsStephan Seitz