| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(fennel): update parser and all the queries | Otto Modinos | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Add tree-sitter-dot (#1770) | rydesun | 2021-09-17 | 1 | -0/+9 |
| | | | | | | | | | | | | | | * Add tree-sitter-dot * Fix DOT highlights * highlights(DOT): add HTML string * Remove DOT ftdetect Vim and Neovim runtime have added DOT filetype detection * Update DOT highlights | ||||
| * | Add tree-sitter-pioasm with highlights and injections (#1759) | leo60228 | 2021-09-17 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | * add tree-sitter-pioasm with highlights and injections * [docgen] Update README.md skip-checks: true * remove ada injection from pioasm * address review * remove unnecessary python predicate Co-authored-by: Github Actions <actions@github> | ||||
| * | Add support for json5 | Joakker | 2021-09-17 | 1 | -0/+9 |
| | | |||||
| * | Replaces curl argument: --no-progress-meter -> --silent | Eduardo Cuducos | 2021-09-17 | 1 | -1/+1 |
| | | | | | Fix #1748 | ||||
| * | fix(dowload): don't display curl progress | Thomas Vigouroux | 2021-09-17 | 1 | -0/+1 |
| | | | | | Fixes #1731 | ||||
| * | Query: allow to pass a list to get_capture_matches (#1693) | Santos Gallegos | 2021-09-17 | 1 | -12/+25 |
| | | |||||
| * | Fixed lua style issues, updated grammar version to fix macOS build issues | Andrew Helwer | 2021-09-17 | 1 | -2/+2 |
| | | |||||
| * | Filetype is tla | Andrew Helwer | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Added TLA+ grammar & queries | Andrew Helwer | 2021-09-17 | 1 | -0/+9 |
| | | |||||
| * | Add jsx to javascript (#1696) | Santos Gallegos | 2021-09-17 | 1 | -1/+1 |
| | | | | | This is mainly so the playground doesn't error when opening the jsx query files. | ||||
| * | Add HEEx language support, add missing commentstrings | Clay | 2021-09-17 | 1 | -0/+10 |
| | | |||||
| * | feat: add support for vim | Thomas Vigouroux | 2021-09-17 | 1 | -0/+9 |
| | | |||||
| * | Update new query and parser for zig | maxxnino | 2021-09-17 | 1 | -2/+3 |
| | | |||||
| * | CI: fix update lockfile job | Santos Gallegos | 2021-09-17 | 1 | -3/+7 |
| | | | | | Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1661#issuecomment-894722369 | ||||
| * | feat: allow 'revision' override in parser config (#1661) | Munif Tanjim | 2021-09-17 | 1 | -11/+28 |
| | | |||||
| * | fix: query_predicate - nth | Munif Tanjim | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Feature: Add Surface language and integrate with Elixir (#1645) | Connor Lay (Clay) | 2021-09-17 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | * Add initial surface highlights & injections * Additional surface highlights * Filetype detection, fix injections * Fix Elixir function highlight when left is an identifier * Add surface parser * Fix comment highlights * Surface folds, indents, better highlights * Highlight surface components & directives * Restore comments Elixir injections | ||||
| * | feature: make godotResource compatible with gdresource filetype | Pierre Poupin | 2021-09-17 | 1 | -1/+2 |
| | | |||||
| * | feature: add godotResource queries | Pierre Poupin | 2021-09-17 | 1 | -0/+10 |
| | | |||||
| * | recurse_local_nodes: type check local_def to ensure it is a table (#1331) | mads kjeldgaard | 2021-09-17 | 1 | -0/+4 |
| | | |||||
| * | fix: make additional_vim_regex_highlighting actually accept a list | Simon Hauser | 2021-09-17 | 1 | -1/+4 |
| | | |||||
| * | "-z" needs to come before "-f". | Laurence Tratt | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Add `-z` switch to tar. | Laurence Tratt | 2021-09-17 | 1 | -1/+1 |
| | | | | | | | | | Some versions of tar automatically infer `-z` if a `.gz` (or other compressed extension) file is passed -- but some, including OpenBSD's, don't do this and require an explicit `-z`. As far as I know, any version of tar which automatically unzips files supports `-z` so this should be a backwards compatible change for most versions of tar. | ||||
| * | Update transferred fish repo info | 26797767+krnik | 2021-09-17 | 1 | -2/+2 |
| | | |||||
| * | Add YANG parser | Tomas Sandven | 2021-09-17 | 1 | -0/+9 |
| | | |||||
| * | Folds: remove ending marks for folds; they only confuse vim when multiple ↵ | Andrew He | 2021-09-17 | 1 | -1/+5 |
| | | | | | closes on the same line are expected | ||||
| * | Re-attach module when the file type is changed | Santos Gallegos | 2021-07-18 | 1 | -1/+10 |
| | | | | | | Requires https://github.com/neovim/neovim/pull/14995 Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1249 | ||||
| * | add @tag.attribute for html like attributes | lmlorca | 2021-07-14 | 1 | -0/+1 |
| | | |||||
| * | Highlights: define string.special (#1551) | Santos Gallegos | 2021-07-11 | 1 | -0/+1 |
| | | | | | | | | | | | * Highlights: define string.special This was in our CONTRIBUTING.md file, but wasn't defined. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1405 * Use string.escape | ||||
| * | New stylua version (#1555) | Stephan Seitz | 2021-07-11 | 2 | -9/+5 |
| | | |||||
| * | downcase predicate: nil protection | Santos Gallegos | 2021-07-09 | 1 | -1/+1 |
| | | | | | | | | get_node_text could be nil if the range is invalid. With https://github.com/neovim/neovim/pull/15030/ this fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1531 | ||||
| * | Folds: support 'foldminlines' | Munif Tanjim | 2021-07-08 | 1 | -1/+3 |
| | | |||||
| * | remove packer and nomad from hcl.used_by (#1527) | Michael Hoffmann | 2021-07-07 | 1 | -1/+1 |
| | | |||||
| * | Folds: fix fold deduplication and improve start/stop logic | Andrew He | 2021-07-06 | 1 | -19/+42 |
| | | |||||
| * | parsers: Teal now requires generate from grammar | Stephan Seitz | 2021-07-06 | 1 | -0/+1 |
| | | |||||
| * | Update used_by for parent parsers | Santos Gallegos | 2021-07-05 | 1 | -1/+2 |
| | | | | | | | | | | html_tags and ecma don't have a parser of they own, but that's actually just to get around to inherit common queries. When editing these "base" queries, the playground breaks. Having them in used_by would fix this. | ||||
| * | Checkhealth: include injections | Santos Gallegos | 2021-07-05 | 1 | -2/+2 |
| | | | | | Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1459 | ||||
| * | Use stylua for autoformat code (#1480) | Santos Gallegos | 2021-07-04 | 18 | -754/+929 |
| | | |||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -1/+0 |
| | | |||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -0/+2 |
| | | |||||
| * | Fixed linting issues | Shane Hird | 2021-07-04 | 2 | -2/+3 |
| | | |||||
| * | Reduce diffs from master | Shane Hird | 2021-07-04 | 1 | -3/+2 |
| | | |||||
| * | Re-introduce prompting for installation | Shane Hird | 2021-07-04 | 1 | -34/+39 |
| | | |||||
| * | Improved passing bang to functions | Shane Hird | 2021-07-04 | 3 | -91/+97 |
| | | |||||
| * | Fix ensure_installed function | Shane Hird | 2021-07-04 | 1 | -1/+1 |
| | | |||||
| * | TSUpdate does not install if up to date | Shane Hird | 2021-07-04 | 3 | -75/+102 |
| | | |||||
| * | Use bang for TSInstall commands | Shane Hird | 2021-07-04 | 2 | -24/+22 |
| | | |||||
| * | fix missing maintainer in hcl parser config | mhoffm | 2021-07-02 | 1 | -0/+1 |
| | | |||||
| * | Add external scanner for cmake parser | Uy Ha | 2021-07-02 | 1 | -1/+1 |
| | | |||||
