summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-04-23Add org parserTerseTears
2022-04-16chore: bump minimal Nvim version to 0.7 and checkChristian Clason
Checks minimal version in `:checkhealth nvim-treesitter` Also recommend nightlies
2022-04-15Fix syntax in commentDalembert
2022-04-11Add WGSL parserKonrad Bochnia
2022-04-10Added scheme support6cdh
2022-04-10chore!: deprecate ensure_installed=maintainedChristian Clason
BREAKING CHANGE: specify explicit list or use `ensure_installed='all'` (not recommended)
2022-04-10fix(modules): enabling disabling per buffer and globallykiyan
When a module is disabled by default in the config, running TSBufEnable will not enable the module because the is_enabled function will always return false, thus the module not being enabled. Also, disabling/enabling the buffers is flaky. This commit adds per buffer check when the module is not disabled. It also makes the enable and disable more indempotent. i've also renamed TS*All to TS*. Fixes #2754
2022-04-07Update READMEGithub Actions
2022-04-03Added injectionsOleksii Demennikov
2022-04-01Update READMEGithub Actions
2022-03-29Update READMEGithub Actions
2022-03-27doc: mention `vim.filetype.add()` in READMEChristian Clason
...instead of `ftdetect` additions
2022-03-19edit(readme): note about the configuration filetypesMartin Kunz
2022-03-17Update READMEGithub Actions
2022-03-11Update READMEGithub Actions
2022-03-08Update READMEGithub Actions
2022-02-28Update READMEGithub Actions
2022-02-19refacto: expose a function to set custom capture for the higlighterkiyan
BREAKING: deprecate custom_captures from highlight config. This allows plugin authors to extend the map. It also avoids settings user configuration specific values during the highlighter initialization (SOC). Not sure how much value this brings, and might potentially break a lot of people configurations. This is questionable.
2022-02-15Update README (#2532)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-02-13feat: add lalrpop parser (#2524)traxys
LALRPOP is a parser generator for Rust. This only parses the LALRPOP side of the generator, not the nearly-rust code of the actions.
2022-02-11doc: add information about lua-heredockiyan
2022-02-11chore: update init.vim refs to init.luakiyan
2022-02-11chore: remove lua heredocs in documentation and readmekiyan
2022-02-06fix: readme typo, removing deprecated docsCarlo Sala
2022-02-06refacto: deprecate used_by in parsers.luakiyan
- remove print_warning function from utils.lua (unused) - cleanup some functions in parsers.lua (parameters overloading and wrong bufnr used). - log a deprecation notice when using used_by in a parser definition - default the filetype_to_parsername table to the list of filetypes previously in the used_by keys - update the README to indicate that change
2022-02-06Update 'troubleshooting' for using mirror.jedsek
2022-02-04Update README (#2447)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-02-03Update README (#2443)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-01-29Update README (#2399)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-01-29Vala language supportMateus Melchiades
2022-01-25Update READMEGithub Actions
2022-01-24doc: stress need to :TSUpdate after lockfile changeChristian Clason
2022-01-23Set CXX standard per parser and fix NorgStephan Seitz
2022-01-23[docgen] Update README.mdGithub Actions
skip-checks: true
2022-01-20Update READMEGithub Actions
2022-01-18Update READMEGithub Actions
2022-01-17docs(readme): mention tracking issue for language supportChristian Clason
2022-01-17[docgen] Update README.mdGithub Actions
skip-checks: true
2022-01-16Tighten requirementsKid
2022-01-16Recommend nightlyKid
2022-01-16Remove nightly Neovim requirement from READMEKid
2022-01-16docs(readme): make custom parser example more explicit about optionsStephan Seitz
2022-01-16Update READMEGithub Actions
2022-01-16Update READMEGithub Actions
2022-01-16fix(swift): switch to maintained parserChristian Clason
upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned.
2022-01-16doc(README): mention CONTRIBUTING for capturesChristian Clason
2022-01-08docs(kotlin): change Kotlin maintainerSal Bakraa
2022-01-08fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotlnSal Bakraa
2022-01-08Update READMEGithub Actions
2022-01-08Add OpenFOAM parserElwardi