summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-07-02Add external scanner for cmake parserUy Ha
2021-07-02Add maintainer infoUy Ha
2021-07-02[WIP] tree-sitter-cmake integrationUy Ha
2021-07-02add used_by directive for some of the tools that are using hclmhoffm
2021-07-02drop 'used_by' from hcl parser configmhoffm
2021-07-02add hcl parsermhoffm
2021-06-29fix: check if invalidate_query_cache[lang] is set before invalidatingFolke Lemaitre
2021-06-28perf: cache has_query_files: fixes TS slownessFolke Lemaitre
2021-06-22fix typo: Enviroment -> Environmentkmarius
2021-06-17fix(parsers): cuda requires npmStephan Seitz
2021-06-14parsers: add tree-sitter-cudaStephan Seitz
2021-06-04parsers(c_sharp): put myself as a maintainerLuxed
2021-06-04downcase! directive to use with ruby injectionsderekstride
``` (#downcase! "language") ``` downcase! will ensure the metadata value for the specified key will be downcased. If the value is a node, it will downcase the text specified by the node. ``` (#downcase! @node "key") ``` You can also namespace the key with a specific capture, similar to how you can call `(#set! @node "key" "value")`
2021-06-04Fix 1359: nil check for version in health-checkStephan Seitz
2021-06-03fix: return when no `node` found during installationStephan Seitz
Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/1324#issuecomment-853418596
2021-06-03Fix #1324: tree-sitter CLI requires nodeStephan Seitz
2021-06-01chore: show errors output during async installationStephan Seitz
2021-05-31Improve check-queries (#1253)Santos Gallegos
- Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries.
2021-05-26feat: use the original scss parserelianiva
..and add myself as the maintainer
2021-05-18parsers: generate_requires_npm for commonlispStephan Seitz
2021-05-18CI: Improved parser installation logicDaniel Kempkens
2021-05-18Add requires_generate_from_grammarDaniel Kempkens
2021-05-18Initial Elixir supportDaniel Kempkens
2021-05-17parsers: remove requires_generate_from_grammar for supercolliderStephan Seitz
2021-05-17parsers: fortran no longer requires_generate_from_grammarStephan Seitz
2021-05-17Extend CL highlightsStephan Seitz
2021-05-17Add support for Common LispStephan Seitz
2021-05-11Add config for Dockerfile parser (#1288)Camden Cheek
2021-05-07chore(erlang): don't generate parser from grammarThomas Vigouroux
2021-05-07Add fish queriesOmar Zeghouani
Add isatty as builtin Update function_definition option Update highlights.scm per review Fix list indentation Add maintainer names
2021-05-07parsers: add tree-sitter-fishStephan Seitz
Addresses #1268
2021-04-28Fix indentationCamden Cheek
2021-04-28Add go-mod tree-sitter configCamden Cheek
Adds a tree-sitter config for go.mod files as well as highlighting queries.
2021-04-24highlight: add 'comment' to hlmapMunif Tanjim
2021-04-23tests/indent: move common code out of main lua/ directoryJędrzej Boczar
2021-04-23move all tests to top-level tests/ directoryJędrzej Boczar
2021-04-23tests/indent: remove indentexpr fixJędrzej Boczar
2021-04-23tests/indent: improve assertion to print side-by-side diffJędrzej Boczar
2021-04-23tests/indent: use custom assertion with better suited outputJędrzej Boczar
2021-04-23tests/indent: add Lua testsJędrzej Boczar
2021-04-23tests/indent: improve Rust testsJędrzej Boczar
2021-04-23tests/indent: add `normal o` tests for PythonJędrzej Boczar
2021-04-23tests/indent: test cases with `normal o` for C/C++Jędrzej Boczar
2021-04-23tests/indent: add multiple C/C++ testsJędrzej Boczar
2021-04-23tests/indent: refactor indent test runner and auto-discover language test filesJędrzej Boczar
2021-04-23fix lua style checksJędrzej Boczar
2021-04-23tests/indent: add basic examples for C and RustJędrzej Boczar
2021-04-23Initial sketch of automated indent testsJędrzej Boczar
2021-04-23fix(folds): use the correct rational operatorGrzegorz Rozdzialik
Fixes a bug introduced in 41ed83ffc762b611644a311e344b33d5efc01944 Closes #1226
2021-04-23parsers: Add Fortran parserStephan Seitz
Fixes: https://github.com/nvim-treesitter/nvim-treesitter/issues/1194 Refs: - https://nvim-treesitter.zulipchat.com/#narrow/stream/252271-general/topic/Meeting.20everyone/near/219174700