aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ci: only run one compiler each on macos, ubuntuChristian Clason2022-01-211-4/+4
|
* ci: avoid duplicate CI runsChristian Clason2022-01-212-2/+26
| | | | | * run CI on push to master or synchronize PR * cancel in-progress workflows for updated PR
* ci: bump neovim and tree-sitter cli to latest versionChristian Clason2022-01-213-8/+8
|
* ci: cache parsers for workflows/testsMunif Tanjim2022-01-211-1/+7
|
* Update lockfile.jsonGitHub2022-01-211-4/+7
|
* test(indent): rust - add test for indented commentMunif Tanjim2022-01-212-0/+7
|
* fix(indent): rust - support newline after closing braceMunif Tanjim2022-01-212-0/+23
|
* feat(indent): ecma - support common use-casesMunif Tanjim2022-01-218-17/+146
|
* fix(indent): c/cpp - support newline after closing braceMunif Tanjim2022-01-213-0/+6
|
* feat(indent): ecma - support try_catch and if_elseMunif Tanjim2022-01-216-0/+75
|
* feat(indent): support `@aligned_indent` for pythonMunif Tanjim2022-01-215-17/+67
|
* refactor(indent): extract functions and support metadataMunif Tanjim2022-01-211-6/+14
|
* feat(indent): use native Query:iter_capturesMunif Tanjim2022-01-212-60/+95
|
* feat: rewrite indent moduleMunif Tanjim2022-01-2113-178/+132
|
* feat: improve indent moduleMunif Tanjim2022-01-215-11/+38
| | | | get_node_at_line should return appropriate child if available
* Update READMEGithub Actions2022-01-201-0/+1
|
* Update Lua parser to fix infinite recursion (#2308)Christian Clason2022-01-201-1/+1
| | | fixes #2305
* Add phpdoc maintainer (#2311)Michael Härtl2022-01-201-0/+1
|
* parsers: add phpdoc parser (experimental)Michael Härtl2022-01-203-1/+54
|
* highlights(c): don't highlight type qualifiers in declarations as typesJohn Drouhard2022-01-201-2/+0
|
* fix(php) match magic and single letter constantsMichael Härtl2022-01-191-1/+3
|
* docs(CONTRIBUTING.md): mention Neovim's tree-sitter Matrix channel (#2294)Stephan Seitz2022-01-191-4/+6
| | | | As suggested here: https://github.com/nvim-treesitter/nvim-treesitter/pull/2288#issuecomment-1015163267
* Update READMEGithub Actions2022-01-181-1/+1
|
* feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason2022-01-188-200/+183
| | | | | also take queries from https://github.com/MunifTanjim/nvim-treesitter-lua/tree/main/queries/lua BREAKING CHANGE: queries are not compatible; modules will have to update
* chore: remove swift tests for now (cause CI failure)Stephan Seitz2022-01-182-15/+0
| | | | Will try to add them again in a follow up.
* highlights(swift): add more `@operator`s and `implicit` keywordStephan Seitz2022-01-182-1/+25
|
* highlights(swift): highlight `"->"` as `@operator`Stephan Seitz2022-01-181-1/+2
|
* highlights(swift): highlight punctuationStephan Seitz2022-01-182-0/+10
| | | | | "?" is still missing: https://github.com/tree-sitter/tree-sitter-swift/issues/38
* feat(java)(highlights): add missing highlights for `@type`captainko2022-01-181-0/+6
|
* Update lockfile.jsonGitHub2022-01-181-1/+1
|
* docs: refresh CONTRIBUTING.mdThomas Vigouroux2022-01-181-5/+7
| | | | | - Mention Zulip instead of Gitter - Use query filetype instead of scheme
* highlights(php): detect constructor calls on instantiationMichael Härtl2022-01-171-5/+7
|
* Update lockfile.jsonGitHub2022-01-171-1/+1
|
* highlights(cpp): add support for "<=>", "constinit", "consteval"Stephan Seitz2022-01-171-1/+6
|
* docs(readme): mention tracking issue for language supportChristian Clason2022-01-171-1/+1
|
* Update lockfile.jsonGitHub2022-01-171-3/+6
|
* highlights(hack): add keywords implementsStephan Seitz2022-01-174-4/+25
|
* highlights(hack): extend queries add testsStephan Seitz2022-01-1710-5/+280
|
* Add ftdect for hackStephan Seitz2022-01-171-0/+1
|
* [docgen] Update README.mdGithub Actions2022-01-171-0/+1
| | | | skip-checks: true
* highlights(hack): add some basic highlightsStephan Seitz2022-01-171-0/+162
| | | | Fixes #2041
* parsers: add hack parserStephan Seitz2022-01-171-0/+8
|
* locals(cpp): add support for conceptsStephan Seitz2022-01-161-0/+5
|
* highlights(cpp): add support for conceptsStephan Seitz2022-01-163-2/+28
| | | | Requires https://github.com/tree-sitter/tree-sitter-cpp/pull/138
* ci: fix markdown testsStephan Seitz2022-01-161-2/+2
|
* support PyFoam syntax in OpenFOAM filesElwardi2022-01-163-1/+9
|
* Update lockfile.jsonGitHub2022-01-161-5/+8
|
* fix(ci): make highlight test working with markdownStephan Seitz2022-01-162-30/+31
|
* highlights(rust): add "yield" keywordStephan Seitz2022-01-161-1/+4
|
* Tighten requirementsKid2022-01-161-1/+1
|