aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
* add queries `project` and `cmake_minimum_required`v0.8.1v0.8.0Uy Ha2022-12-131-0/+14
|
* remove redundant parenthesesUy Ha2022-12-131-13/+13
|
* bind ENV and CACHE as @storageclassUy Ha2022-12-131-1/+1
|
* add OUTPUT_VARIABLE query for list TRANSFORMUy Ha2022-12-131-0/+9
|
* rearrange queries, include all builtin commands in one queryUy Ha2022-12-131-44/+49
|
* add highlight for `list` commandUy Ha2022-12-131-0/+39
|
* add highlight for `unset` commandUy Ha2022-12-131-0/+13
|
* add queries for block, return, break, continue, and includeUy Ha2022-12-131-2/+35
|
* feat(cmake): add block_def to foldUy Ha2022-12-131-0/+1
|
* highlights(typescript): add `module` keywordAnanda Umamil2022-12-131-0/+1
|
* feat(php): improve indents for match and switch (#3953)gbprod2022-12-091-0/+3
|
* feat(erlang)!: switch parser to maintained fork (#3791)Benedikt Reinartz2022-12-082-73/+94
| | | update queries to breaking changes
* latex: @nospell for environment names, citations and commands (#3948)david-pikas2022-12-081-7/+10
| | | | | | | * Added @nospell for environment names and commands * Added citations to @nospell Co-authored-by: David Pikas <David.Pikas@iar.com>
* indents(ecma): Fix switch default indentRaymond Ha2022-12-072-0/+2
|
* fix(php): add missing php fold querygbprod2022-12-061-0/+1
|
* highlights(go): add `@label`Stephan Seitz2022-12-041-0/+2
|
* fix(julia): update queries to parser changeChristian Clason2022-12-032-5/+6
|
* highlights: create subscoping for ternary operatorStephan Seitz2022-12-0211-11/+17
| | | | | | | | | | After https://github.com/nvim-treesitter/nvim-treesitter/issues/470, we decided to use `@conditional` for ternary operator instead of operator despite `@conditional` is documented for keywords only. A sub-scoping can make it easier for people to highlight this operator group differently. Also unify the usage of `@conditional...` across languages.
* feat: added highlights for markdown checkboxesFolke Lemaitre2022-12-021-0/+4
|
* highlights(cpp): auto as @type.builtinAaron Rancsik2022-12-011-1/+3
|
* highlights(c): primitive type as builtinAaron Rancsik2022-12-011-1/+2
|
* feat(twig): improve twig highlightsgbprod2022-11-301-1/+5
|
* feat: c# required keywordIbrahim Abdelkareem2022-11-291-0/+1
|
* indents(r): support special operatorPedro Castro2022-11-291-0/+2
| | | | Close #3879
* fix(phpdoc): highlight optional type as @typegbprod2022-11-291-0/+1
|
* injections(julia): add markdownObserverOfTime2022-11-271-3/+3
|
* injections: add more regex injectionsObserverOfTime2022-11-275-1/+12
|
* highlights(python): fix capturesObserverOfTime2022-11-261-9/+38
|
* highlights(hack): fix capturesObserverOfTime2022-11-261-15/+24
|
* highlights(meson): fix capturesObserverOfTime2022-11-261-21/+15
| | | | Co-Authored-By: ShootingStarDragons <ShootingStarDragons@protonmail.com>
* highlights(julia): use more specific groupsObserverOfTime2022-11-261-7/+13
|
* highlights(haskell): fix capturesObserverOfTime2022-11-261-1/+1
|
* highlights(java): use more specific groupsObserverOfTime2022-11-261-13/+24
|
* highlights(kotlin): use more specific groupsObserverOfTime2022-11-261-2/+5
|
* highlights(llvm): use more specific groupsObserverOfTime2022-11-261-16/+26
|
* highlights(make): fix capturesObserverOfTime2022-11-261-9/+4
|
* highlights(ocaml): use more specific groupsObserverOfTime2022-11-261-5/+10
|
* highlights(pascal): use more specific groupsObserverOfTime2022-11-261-15/+21
|
* highlights(php): use more specific groupsObserverOfTime2022-11-261-7/+10
|
* highlights(pioasm): fix capturesObserverOfTime2022-11-261-10/+14
|
* highlights(ql): use more specific groupsObserverOfTime2022-11-261-8/+13
|
* highlights(qmljs): fix capturesObserverOfTime2022-11-261-19/+18
|
* highlights(scala): use more specific groupsObserverOfTime2022-11-261-10/+16
|
* highlights(solidity): use more specific groupsObserverOfTime2022-11-261-19/+24
|
* highlights(swift): fix capturesObserverOfTime2022-11-261-3/+5
|
* highlights(verilog): fix capturesObserverOfTime2022-11-261-8/+12
|
* highlights(wgsl): use more specific groupsObserverOfTime2022-11-261-10/+15
|
* highlights(zig): fix capturesObserverOfTime2022-11-261-27/+25
|
* highlights(toml): fix capturesObserverOfTime2022-11-261-1/+2
|
* injections(yang): add comment & regexObserverOfTime2022-11-261-0/+6
|