aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* Fix Elixir indents to match mix formatConnor Lay (Clay)2022-02-101-7/+12
* highlights(cpp): Highlight method with nested qualified_identifierFabian Viöl2022-02-091-0/+4
* Only allow yaml at start of fileMDeiml2022-02-091-1/+1
* add(vim): add highlight for more keywordsPierrick Guillaume2022-02-081-1/+18
* locals(python): adapt as_pattern to upstream changeStephan Seitz2022-02-071-1/+1
* feat(highlights/julia): Add missing highlights (#2464)Sergio A. Vargas2022-02-071-7/+13
* feat(vim): highlight default parametersZoltán Reegn2022-02-071-1/+2
* indents(lua): make ")" `@indent_endStephan Seitz2022-02-061-0/+2
* fix: Allow re-parsing in Python, XFAIL `\` indentation testStephan Seitz2022-02-061-1/+0
* indents(lua): use `(comment) @auto`Stephan Seitz2022-02-051-1/+0
* indens(c): use (comment) @autoStephan Seitz2022-02-051-4/+1
* indents(r): fix all R testsStephan Seitz2022-02-051-7/+2
* indents(go): perform some changes as go fmt dictatesStephan Seitz2022-02-051-4/+4
* indents(go): fix aligned_indent for parameter_listStephan Seitz2022-02-051-2/+3
* indents(go): remove `function_declaration` from indentsStephan Seitz2022-02-051-2/+0
* indents(php): add another testStephan Seitz2022-02-051-3/+5
* indent(lua): ignore commentStephan Seitz2022-02-051-0/+1
* indents(c): indent always after init_declaratorStephan Seitz2022-02-051-6/+1
* docs: add `@zero_indent` to CONTRIBUTING.mdStephan Seitz2022-02-051-1/+0
* indents(lua): fix comment indentationStephan Seitz2022-02-051-1/+1
* fix(indents): re-parse before each indentStephan Seitz2022-02-051-0/+1
* indents(c): add zero_indent for #ifStephan Seitz2022-02-051-5/+9
* indents(c): fix indentation on block commentStephan Seitz2022-02-051-1/+5
* indents(c): indent at expression_statementStephan Seitz2022-02-051-3/+2
* indents: allow aligned_indent for unfinished calls in C and PythonStephan Seitz2022-02-052-1/+7
* indents(cpp): indent at field_initializer_listStephan Seitz2022-02-051-0/+2
* indents(c): fix ternaryStephan Seitz2022-02-051-1/+0
* injections(yaml): inject at command list for Gitlab scriptStephan Seitz2022-02-051-0/+8
* injections(yaml): injection on Gitlab's before_script/after_scriptStephan Seitz2022-02-051-3/+3
* refactor(latex): improve queries (#2457)Christian Clason2022-02-052-311/+162
* Rename capturesUy Ha2022-02-051-8/+8
* Improve `set` queriesUy Ha2022-02-051-9/+34
* injections(latex): add support for minted language injectionStephan Seitz2022-02-041-0/+6
* fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim2022-02-041-0/+4
* chore(latex)!: update parser and queries (#2436)Christian Clason2022-02-043-204/+195
* Updated TLA+ version, queries, maintainers (#2442)Andrew Helwer2022-02-031-9/+11
* verilog highlight: add some keywords, tidy keywords (#2432)Jade Lovelace2022-02-021-13/+39
* Support HEEx slotsClay2022-01-315-15/+33
* highlights(d): highlight ":"Stephan Seitz2022-01-301-0/+1
* highlights(lua): don't highlight arguments as parametersStephan Seitz2022-01-301-2/+0
* highlights(vala): add "=" and ":" to highlightsStephan Seitz2022-01-291-0/+2
* Add brackets to Vala highlightsMateus B. Melchiades2022-01-291-0/+2
* Update Vala highlightsMateus B. Melchiades2022-01-291-24/+28
* Simplify vala highlights.scmMateus B. Melchiades2022-01-291-176/+73
* Vala language supportMateus Melchiades2022-01-291-0/+387
* indents(r): update @indent groupPedro Castro2022-01-291-1/+3
* indents(r): add indents supportPedro Castro2022-01-291-0/+36
* highlights(c/cpp): highlight case labels as constantsStephan Seitz2022-01-292-0/+4
* highlights(c): highlight enum variants as `@constant`Stephan Seitz2022-01-291-0/+2
* highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz2022-01-291-0/+10