summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Expand)Author
2020-09-17Remove @definition.doc capturesSantos Gallegos
2020-09-16update require statements to use TSIncludeTravonteD
2020-09-15RST: update localsSantos Gallegos
2020-09-15reset python interpolation nodekiyan42
2020-09-15add TSNonekiyan42
2020-09-15do not highlight as normal to prevent background to override CursorLinekiyan42
2020-09-14Rename jsx/fold.scm -> folds.scmSantos Gallegos
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-14Merge pull request #452 from kyazdani42/jsx-foldsSteven Sojka
2020-09-13Bash: fix hl capture groupsSantos Gallegos
2020-09-13fix(cpp highlights): Use `@include` for preproc_include (fix #445)Stephan Seitz
2020-09-12fix ocaml highlightsPau Ruiz Safont
2020-09-12add jsx fold on jsx_element onlykyazdani42
2020-09-12Update PHP queryShirasaka
2020-09-12- Fix TSType and TSPunctuationSpecialTravonteD
2020-09-11maintenance(ocaml): adapt queries to nvim-treesitterPau Ruiz Safont
2020-09-11feat(queries): pull ocaml queries from upstreamPau Ruiz Safont
2020-09-11ci: fix wrong queriesThomas Vigouroux
2020-09-10Merge pull request #421 from steelsojka/add-missing-js-opsSteven Sojka
2020-09-10fix(highlights): add missing js operatorsSteven Sojka
2020-09-10Add folding for local functions in luaNolan Prochnau
2020-09-08feat(C++ highlights): highlight operator_name as functionStephan 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-08use keyword.function instead of functionkyazdani42
2020-09-08fix function/end keywords not applied for every scopekyazdani42
2020-09-07fix using highlight query extension for every query typekyazdani42
2020-09-07go locals: remove unused strip! directiveStephan Seitz
2020-09-06rst: remove unused capturesSantos Gallegos
2020-09-06fix: ocaml highlightPau Ruiz Safont
2020-09-06fix: contional > conditional in lua hl.scmkyazdani42
2020-09-06fix bash highlightkyazdani42
2020-09-06Lua: update highlightsSantos Gallegos
2020-09-06Lua: fix loop and conditional keywords highlightsSantos Gallegos
2020-09-06feat(folds): add ts and js foldsSteven Sojka
2020-09-06change @meta to @type for derive directives because @meta is not definedkiyan42
2020-09-06fix(highlights): fix ts parameter highlightsSteven Sojka
2020-09-05Fix filenamePieter Goetschalckx
2020-09-04Query: update highlightsSantos Gallegos
2020-09-04Query: add program as scopeSantos Gallegos
2020-09-03Python: update foldsSantos Gallegos
2020-09-03Python: add foldsSantos Gallegos
2020-09-02fix(locals): js add arrow function parameter as definitionSteven Sojka
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-26fix(locals): add js namespace import as definitionSteven Sojka
2020-08-24feat(highlights): add ocamlPau Ruiz Safont