| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | feat: first version of locals | Thomas Vigouroux | 2020-04-19 | 1 | -8/+8 | |
| | | | | | | | | Locals will be the main interface to treesitter, through some functions: get_definitions(bufnr) : returns all the definitions in bufnr get_scopes(bufnr): returns all definitions in bufnr get_references(bufnr): returns all references in bufnr | |||||
| * | feat: add an example locals query | Thomas Vigouroux | 2020-04-18 | 1 | -0/+45 | |
| This will be the guide for the implementation of locals extraction, which is treesitters name of definition/scope. | ||||||
