summaryrefslogtreecommitdiff
path: root/queries/c
AgeCommit message (Expand)Author
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
2020-07-16highlights: some fixesThomas Vigouroux
2020-07-14Add C/C++ textobjectsStephan Seitz
2020-07-14Add textobjects moduleStephan Seitz
2020-07-13Add rust locals.scmStephan Seitz
2020-07-13C/C++ highlights: Small improvements for type definitionsStephan Seitz
2020-07-09highlight(c): fix booleans and typesThomas Vigouroux
2020-07-05C/C++ highlights: update to new syntaxStephan Seitz
2020-06-30highlights(c): highlight ternary as conditionalThomas Vigouroux
2020-06-30C highlights: Make ? an operator in c highlightsStephan Seitz
2020-06-28C highlights: Add highlight for #elifStephan Seitz
2020-06-15Change regexes in C/C++ highlightsStephan Seitz
2020-06-15Update C/C++ highlights to new query syntaxStephan Seitz
2020-06-15Add better highlighting for preprocessor functions in C highlightsStephan Seitz
2020-06-15Add operators /=,*=,|=,&= to C highlightsStephan Seitz
2020-06-15Add compound_statement to c queriesStephan Seitz
2020-06-15Add punctuation.bracket/punctuation.delimiter to C highlightsStephan Seitz
2020-06-15Make =,~,! operators in C highlightsStephan Seitz
2020-06-15Add @error highlight to c/highlights.scmStephan Seitz
2020-06-15Add C++ highlights.scmStephan Seitz
2020-05-23Some improvements to c/locals.scmStephan Seitz
2020-05-16queries: add C queriesThomas Vigouroux