| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: added `self` as builtin keyword for Lua | Folke Lemaitre | 2021-06-17 | 1 | -0/+2 |
| | | |||||
| * | Add `do_statement` to lua folds | Sergio Alejandro Vargas | 2021-05-16 | 1 | -0/+1 |
| | | |||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc | ||||
| * | fix(lua): correctly highlight field names | Thomas Vigouroux | 2021-04-22 | 1 | -1/+2 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+2 |
| | | | | Closes #236 | ||||
| * | feat: use @ignore for comments and multiline strings | elianiva | 2021-03-01 | 1 | -0/+2 |
| | | |||||
| * | add do statement to lua indents | kiyan | 2021-02-23 | 1 | -0/+1 |
| | | |||||
| * | Lua: highlight fields | Santos Gallegos | 2021-02-10 | 1 | -0/+1 |
| | | |||||
| * | Lua: improve scope queries | Santos Gallegos | 2021-02-07 | 1 | -12/+12 |
| | | | | | | | - Set scope to parent - Group all scopes - Use the . operator | ||||
| * | fix(lua): correctly handle do_statement in locals | Thomas Vigouroux | 2021-01-27 | 1 | -8/+12 |
| | | |||||
| * | fix(lua): correctly highlight do_statement | Thomas Vigouroux | 2021-01-27 | 1 | -0/+6 |
| | | |||||
| * | lua: Add more indent nodes | Lewis Russell | 2021-01-20 | 1 | -0/+4 |
| | | |||||
| * | indent fixes | kiyan42 | 2021-01-04 | 1 | -0/+1 |
| | | |||||
| * | Add c injection for ffi.cdef to lua | Simon Hauser | 2021-01-01 | 1 | -0/+10 |
| | | |||||
| * | Remove duplicate capture for `function_definition` | El Piloto | 2020-12-16 | 1 | -2/+4 |
| | | |||||
| * | Capture anonymous functions assigned to variables | El Piloto | 2020-12-16 | 1 | -0/+5 |
| | | | | | Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/709 | ||||
| * | lua: update to pull shebang fix | Thomas Vigouroux | 2020-11-25 | 2 | -2/+4 |
| | | |||||
| * | lua: fix "then" highlighting | Thomas Vigouroux | 2020-11-23 | 1 | -2/+2 |
| | | |||||
| * | Add lua params (#605) | Chinmay Dalal | 2020-10-21 | 1 | -0/+4 |
| | | | | | | | | * Add lua params * Fix * Remove redundant outer | ||||
| * | Treesitter indent | kiyan42 | 2020-10-19 | 1 | -0/+23 |
| | | | | | also fixes the memoize_by_buf_tick function | ||||
| * | feat: Add more lua folds | Mike | 2020-10-15 | 1 | -2/+3 |
| | | | | | Add repeat_statement to lua folds | ||||
| * | Remove textobjects module | Stephan Seitz | 2020-10-04 | 1 | -3/+0 |
| | | |||||
| * | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | 2020-09-19 | 1 | -3/+7 |
| | | | | | @exception for Java/JS | ||||
| * | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | 2020-09-14 | 1 | -0/+3 |
| | | |||||
| * | Folds: rename query files to folds.scm to be consistent | Santos Gallegos | 2020-09-14 | 1 | -0/+0 |
| | | | | | We use plural names for all query files except folds. | ||||
| * | Add folding for local functions in lua | Nolan Prochnau | 2020-09-10 | 1 | -0/+1 |
| | | |||||
| * | use keyword.function instead of function | kyazdani42 | 2020-09-08 | 1 | -3/+3 |
| | | |||||
| * | fix function/end keywords not applied for every scope | kyazdani42 | 2020-09-08 | 1 | -3/+7 |
| | | |||||
| * | fix: contional > conditional in lua hl.scm | kyazdani42 | 2020-09-06 | 1 | -1/+1 |
| | | |||||
| * | Lua: update highlights | Santos Gallegos | 2020-09-06 | 1 | -1/+7 |
| | | |||||
| * | Lua: fix loop and conditional keywords highlights | Santos Gallegos | 2020-09-06 | 1 | -13/+31 |
| | | |||||
| * | fix(fold): revamp fold | Thomas Vigouroux | 2020-09-01 | 1 | -0/+9 |
| | | | | | | | | | fix(fold): typo fix(fold): remove debug and add queries fix(fold): fallback to local scopes for folds | ||||
| * | chore(highlights): remove is predicate usage | Steven Sojka | 2020-08-17 | 1 | -3/+0 |
| | | |||||
| * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 2 | -1/+4 |
| | | |||||
| * | Lua highlights: add operator "=" and punctuation | Stephan Seitz | 2020-08-11 | 1 | -0/+4 |
| | | |||||
| * | Lua: highlight function name | Santos Gallegos | 2020-08-09 | 1 | -7/+10 |
| | | |||||
| * | Lua: fix @error capture | Santos Gallegos | 2020-08-04 | 1 | -1/+1 |
| | | |||||
| * | Lua locals: Make property_identifier a reference | Stephan Seitz | 2020-08-03 | 1 | -0/+2 |
| | | |||||
| * | Lua: update some queries | Santos Gallegos | 2020-07-28 | 2 | -0/+12 |
| | | | | | | - Basic textobjects - Highlighting punctuation symbols | ||||
| * | highlights: some fixes | Thomas Vigouroux | 2020-07-16 | 1 | -6/+6 |
| | | | | | | Add `goto` keyword for C. Fix typo for lua. | ||||
| * | locals(lua): simplify args | Thomas Vigouroux | 2020-07-08 | 1 | -6/+2 |
| | | |||||
| * | highlight(lua): fix overlapping queries | Thomas Vigouroux | 2020-07-08 | 1 | -15/+21 |
| | | |||||
| * | locals(lua): capture function definition params | Thomas Vigouroux | 2020-07-01 | 1 | -0/+2 |
| | | |||||
| * | highlights(lua): update query to new syntax | Thomas Vigouroux | 2020-07-01 | 1 | -42/+55 |
| | | |||||
| * | fix(lua): update queries | Thomas Vigouroux | 2020-05-07 | 2 | -28/+21 |
| | | |||||
| * | locals(lua): incorrect query for field functions | Thomas Vigouroux | 2020-04-23 | 1 | -8/+11 |
| | | |||||
| * | highlight(lua): highlight local functions | Thomas Vigouroux | 2020-04-23 | 1 | -0/+1 |
| | | |||||
| * | highlight(lua): add more operators | Thomas Vigouroux | 2020-04-22 | 1 | -1/+25 |
| | | |||||
| * | feat: syntax highlighting | Thomas Vigouroux | 2020-04-22 | 1 | -0/+36 |
| | | |||||
