aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update READMEGithub Actions2022-01-201-0/+1
* Update Lua parser to fix infinite recursion (#2308)Christian Clason2022-01-201-1/+1
* 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
* Update READMEGithub Actions2022-01-181-1/+1
* feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason2022-01-188-200/+183
* chore: remove swift tests for now (cause CI failure)Stephan Seitz2022-01-182-15/+0
* 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
* 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
* 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
* highlights(hack): add some basic highlightsStephan Seitz2022-01-171-0/+162
* 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
* 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
* Recommend nightlyKid2022-01-161-1/+1
* Remove nightly Neovim requirement from READMEKid2022-01-161-4/+4
* ci: print query loading timesStephan Seitz2022-01-161-3/+20
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-7/+5
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
* docs: use markdown instead of checkboxesStephan Seitz2022-01-161-12/+9
* docs: add issue template for highlighting issuesStephan Seitz2022-01-161-0/+100
* docs(readme): make custom parser example more explicit about optionsStephan Seitz2022-01-161-1/+5