| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-04 | docs: mention running packadd in README.md | Thomas Vigouroux | |
| Thanks @David-Else for the suggestion. Fixes #270 | |||
| 2021-01-04 | Rust: highlight brackets | Santos Gallegos | |
| 2021-01-03 | Update lockfile.json | vigoux | |
| 2021-01-03 | Python highlights: Add regex injections: re.match(r"...") | Stephan Seitz | |
| 2021-01-03 | Regex highlights: Add constant highlight for class_character | Stephan Seitz | |
| 2021-01-03 | Regex highlights: no escape highlighting for escaped special characters | Stephan Seitz | |
| 2021-01-03 | Regex highlighting: add "?" operator | Stephan Seitz | |
| 2021-01-03 | Julia highlights: Add markdown injection for docstrings | Stephan Seitz | |
| 2021-01-03 | [docgen] Update README.md | Github Actions | |
| 2021-01-03 | Add maintainers for Julia | Stephan Seitz | |
| 2021-01-03 | Add Julia highlights (coauthor: @mroavi) | Stephan Seitz | |
| 2021-01-02 | RST: update injection queries | Santos Gallegos | |
| Finally, highlight for code blocks | |||
| 2021-01-02 | Update lockfile.json | theHamsta | |
| 2021-01-02 | Python (folds): allow to fold strings | Santos Gallegos | |
| Mostly useful for folding docstrings | |||
| 2021-01-01 | Update lockfile.json | stsewd | |
| 2021-01-01 | RST: update parser and queries | Santos Gallegos | |
| - The directive type does not longer includes `::`. - The content of the directives is not longer interpreted as rst, but it uses language injection for it. - Fix a query to allow to capture targets without link. - Reset the content of the math role so it can be highlighted by the injection instead. Problems I found: - Capturing the same node with @language and @content will raise an error. ``` Error detected while processing FileType Autocommands for "*": E5108: Error executing lua /usr/share/nvim/runtime/lua/vim/treesitter/languagetree.lua:331: table index is nil ``` Harcoding the language works, Using the offset predicate doesn't work either `(#offset! 0 0 1 0)` nor `(#offset! 0 0 0 5)` - Generating the grammar using `tree-sitter-cli@0.17.x` breaks nvim-treesitter, `@0.16.9` works. | |||
| 2021-01-01 | Add c injection for ffi.cdef to lua | Simon Hauser | |
| 2020-12-31 | Update lockfile.json | theHamsta | |
| 2020-12-31 | [docgen] Update README.md | Github Actions | |
| 2020-12-31 | add gdscript | TJ DeVries | |
| 2020-12-30 | Update lockfile.json | theHamsta | |
| 2020-12-30 | Add SPARQL | BonaBeavis | |
| Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com> | |||
| 2020-12-25 | wildcards to capture keys | David Hotham | |
| 2020-12-25 | simplify treatement of escape sequences | David Hotham | |
| 2020-12-25 | remove plus from list of punctuation | David Hotham | |
| 2020-12-25 | first draft of YAML highlighting | David Hotham | |
| 2020-12-25 | feat: Add more bash queries | Mike | |
| Add missing fold queries Add "function" to keywords highlights | |||
| 2020-12-25 | remove duplication of query for number | David Hotham | |
| 2020-12-25 | match test for regex | David Hotham | |
| 2020-12-25 | fixes to bash highlighting | David Hotham | |
| 2020-12-21 | Improve python/indents.scm | Jędrzej Boczar | |
| 2020-12-21 | Remove deprecated highlights | delphinus | |
| 2020-12-21 | Revert "Add lacked highlight link defined in highlight.lua" | delphinus | |
| This reverts commit 00f4f4d9856da0191c1d7f0d33f22b7cfcbb56c8. | |||
| 2020-12-21 | Add lacked highlight link defined in highlight.lua | delphinus | |
| 2020-12-21 | Add lacked Javascript operators | delphinus | |
| 2020-12-20 | Update lockfile.json | theHamsta | |
| 2020-12-20 | stricter regex kotlin constants | Tormod Alf Try Tufteland | |
| 2020-12-18 | Python: fix self highlighing | Santos Gallegos | |
| 2020-12-18 | Add more ruby built-in constants | Kassio Borges | |
| 2020-12-18 | Update indents.scm | Evan | |
| 2020-12-18 | Create indents.scm for python | Evan | |
| 2020-12-18 | fix(query): add noop handler for make-range | Steven Sojka | |
| 2020-12-17 | Update lockfile.json | theHamsta | |
| 2020-12-17 | Update for teal-0.9 | Corey Williamson | |
| 2020-12-16 | Remove duplicate capture for `function_definition` | El Piloto | |
| 2020-12-16 | Capture anonymous functions assigned to variables | El Piloto | |
| Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/709 | |||
| 2020-12-16 | fix: support shiftwidth for indents. | Senghan Bright | |
| 2020-12-16 | Ruby highlights: Unify call and method_call (follow tree-sitter-ruby) | Stephan Seitz | |
| 2020-12-16 | Update lockfile.json | kyazdani42 | |
| 2020-12-16 | editorconfig: set tab_width to 2 for lua files | Thanabodee Charoenpiriyakij | |
