| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-08 | Python locals/highlights: Parameters can be optionally typed | Stephan Seitz | |
| 2020-07-08 | Add Rust queries (#57) | Thomas Vigouroux | |
| * queries(rust): add highlight query. Also slightly changes the way constructors are highlighted. * highglight(rust): use new query syntax | |||
| 2020-07-08 | docs: advertise module-template in CONTRIBUTING.md | Thomas Vigouroux | |
| 2020-07-08 | fix(refactor): highlight def perf issue fix | Steven Sojka | |
| 2020-07-07 | feat(configs): dynamic module defintions | Steven Sojka | |
| 2020-07-06 | Use <details> for checkhealth output in bug report template | Stephan Seitz | |
| The output of checkhealth can be quite lengthy. Plus fix position of *** to make text render bold | |||
| 2020-07-06 | Add style-check script | Stephan Seitz | |
| 2020-07-05 | Allow arbitrary query files in locals.lua | Stephan Seitz | |
| This is a preparation for `textobject` queries. | |||
| 2020-07-05 | C/C++ highlights: update to new syntax | Stephan Seitz | |
| This changed the highlight of "switch" to conditional and of "break" to repeat. | |||
| 2020-07-05 | Update README.md | Thomas Vigouroux | |
| 2020-07-05 | Make luacheck happy | Stephan Seitz | |
| 2020-07-05 | Add Travis CI with luacheck | Stephan Seitz | |
| 2020-07-04 | C++ locals: Add reference_declarator (analogous to pointer_declarator for C ↵ | Stephan Seitz | |
| locals) | |||
| 2020-07-01 | feat(javascript): add import specifier as definition | Steven Sojka | |
| 2020-07-01 | locals(lua): capture function definition params | Thomas Vigouroux | |
| 2020-07-01 | highlights(lua): update query to new syntax | Thomas Vigouroux | |
| 2020-07-01 | remove doc/tags | Sainnhepark | |
| 2020-07-01 | docs: add apache Licence | Thomas Vigouroux | |
| This is to match neovim's licence. | |||
| 2020-07-01 | Java highlights: Add binary integer literals | Stephan Seitz | |
| 2020-07-01 | Fix #136: Highlight of TSFloat should be Float not TSFloat | Stephan Seitz | |
| 2020-06-30 | Rgenerate doc/tags | Stephan Seitz | |
| 2020-06-30 | highlights(c): highlight ternary as conditional | Thomas Vigouroux | |
| 2020-06-30 | C highlights: Make ? an operator in c highlights | Stephan Seitz | |
| 2020-06-30 | fix ask install | kiyan42 | |
| 2020-06-30 | Define multiple query for a language | kiyan42 | |
| Allows using another query file for a language, or use a query file from another language | |||
| 2020-06-30 | if/else in defining languages | kiyan42 | |
| 2020-06-30 | fix: remove goto statements | kiyan42 | |
| 2020-06-30 | update installer with sync and some fixes | kiyan42 | |
| - add sync method for installing using `system` - remove `descriptions` in command configs - use install(lang) in ensure_installed and make it compatible | |||
| 2020-06-30 | Java highlights: Add operators ":" "?" | Stephan Seitz | |
| 2020-06-30 | Java highlights: Add parameter highlight for single-parameter lambdas | Stephan Seitz | |
| 2020-06-30 | refactor(refactor): use higher local apis and some cleanup | Steven Sojka | |
| 2020-06-30 | feat(refactor): add definition navigation module | Steven Sojka | |
| 2020-06-30 | feat(refactor): add smart rename module | Steven Sojka | |
| 2020-06-30 | feat(refactor): highlight usages module | Steven Sojka | |
| 2020-06-30 | add python async | kiyan42 | |
| 2020-06-29 | Add method reference operator | Chinmay Dalal | |
| 2020-06-29 | add used_by key to parsers | kiyan42 | |
| Enables the use of multiple filetypes for one parser. | |||
| 2020-06-29 | Extend documentation for TSError | Stephan Seitz | |
| 2020-06-29 | highlights: declare links as defaults | Thomas Vigouroux | |
| 2020-06-29 | Java highlights: Capture parameters in declaration (#93) | Chinmay Dalal | |
| * Capture parameters in declaration * Refactor (new syntax) * Fix spaces * Fix capture (java method parameters) * Improve java parameter capture * Fix bracket and whitespace * Fix java query * Fix java query Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> * Add capture for lambda parameters, remove redundant captures, add -> operator * Previous commit wasn't saved properly * Fix formatting * Changes suggested in PR https://github.com/nvim-treesitter/nvim-treesitter/pull/93#pullrequestreview-435630553 * Add bitwise operators * Re-add builtin operators * remove left shift, add ^= * Add &= and |= * remove @variable * Remove duplicate Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | |||
| 2020-06-28 | C highlights: Add highlight for #elif | Stephan Seitz | |
| 2020-06-28 | Fix typo in documentation: `labe:` -> `label:` | Stephan Seitz | |
| 2020-06-27 | Merge pull request #102 from vigoux/fix-94 | Stephan Seitz | |
| Separate queries with newlines | |||
| 2020-06-27 | Merge pull request #115 from kyazdani42/doc/update-install-doc | Stephan Seitz | |
| update docs for TSInstall | |||
| 2020-06-27 | update docs for TSInstall | kiyan42 | |
| 2020-06-26 | highlight: use custom highlight groups | Thomas Vigouroux | |
| 2020-06-26 | Fix cpp-highlights: wrong capture name used in regex | Stephan Seitz | |
| 2020-06-26 | Python highlights: Reset highlighting in f-string interpolation | Stephan Seitz | |
| This solution is preferable to `(identifier) @Normal` since otherwise everything without highlight will use string-highlighting. | |||
| 2020-06-26 | Python highlights: Add walrus operator | Stephan Seitz | |
| 2020-06-25 | continue installing if not reinstalling one parser | kiyan42 | |
