| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-02 | Python (folds): allow to fold strings | Santos Gallegos | |
| Mostly useful for folding docstrings | |||
| 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 | add gdscript | TJ DeVries | |
| 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 | Add lacked Javascript operators | delphinus | |
| 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-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 | Ruby highlights: Unify call and method_call (follow tree-sitter-ruby) | Stephan Seitz | |
| 2020-12-14 | Bash highlights: reset highlighting in expansion | Stephan Seitz | |
| 2020-12-12 | Javascript unary expression (#712) | Dave Lage | |
| * javascript: Move unary_expression matching. * javascript: Move unary_expression matching. * javascript: Update unary to operator * javascript: Update qnary to be more specific | |||
| 2020-12-10 | go: Add package_identifier as variable | rockerBOO | |
| 2020-12-06 | type and identifer defaults. fixed const keyword | Tormod Alf Try Tufteland | |
| 2020-12-06 | @annotation -> @attribute | Tormod Alf Try Tufteland | |
| 2020-12-06 | add more builtin functions | Tormod Alf Try Tufteland | |
| 2020-12-06 | add readme and more correct highlight captures | Tormod Alf Try Tufteland | |
| 2020-12-06 | move divide to punctiation.special | Tormod Alf Try Tufteland | |
| 2020-12-06 | add kotlin parser and highligh-queries | Tormod Alf Try Tufteland | |
| 2020-12-05 | Add some ruby exception keywords | Kassio Borges | |
| 2020-12-03 | Update Teal queries and parser | Stephan Seitz | |
| 2020-12-03 | css: add indent support | Thanabodee Charoenpiriyakij | |
| 2020-11-30 | Update Python queries | Stephan Seitz | |
| 2020-11-30 | Update teal queries | Stephan Seitz | |
| 2020-11-30 | graphql: add missing highlights | Bryan Kegley | |
| * enum values * comment * input parameters * 'implements' keyword * include '@' in directive name * fragment definition and spread | |||
| 2020-11-30 | Fix #724: Add (initializer_list) to C folds | Stephan Seitz | |
| 2020-11-29 | graphql: add injection to javascript and add comment query | Luis Carlos Cruz Carballo | |
| 2020-11-27 | typescript: Use javascript shorthand_property_identifier | rockerBOO | |
| 2020-11-27 | javascript: Mark shorthand_property_identifier as variable | rockerBOO | |
| 2020-11-27 | graphql: add highlights | Bryan Kegley | |
| 2020-11-25 | lua: update to pull shebang fix | Thomas Vigouroux | |
| 2020-11-25 | javascript: Add operator to / for division (#689) | Dave Lage | |
| 2020-11-24 | feat(injections): add injections to HTML | elianiva | |
| 2020-11-24 | Add injections to PHP | shirasaka | |
| 2020-11-23 | lua: fix "then" highlighting | Thomas Vigouroux | |
| 2020-11-23 | Python highlights: Fix #688 (definition.associated -> field) | Stephan Seitz | |
