| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix ask install | kiyan42 | 2020-06-30 | 1 | -8/+8 | |
| | | ||||||
| * | Define multiple query for a language | kiyan42 | 2020-06-30 | 1 | -0/+19 | |
| | | | | | | Allows using another query file for a language, or use a query file from another language | |||||
| * | if/else in defining languages | kiyan42 | 2020-06-30 | 1 | -2/+5 | |
| | | ||||||
| * | fix: remove goto statements | kiyan42 | 2020-06-30 | 1 | -21/+24 | |
| | | ||||||
| * | update installer with sync and some fixes | kiyan42 | 2020-06-30 | 3 | -65/+92 | |
| | | | | | | | - add sync method for installing using `system` - remove `descriptions` in command configs - use install(lang) in ensure_installed and make it compatible | |||||
| * | Java highlights: Add operators ":" "?" | Stephan Seitz | 2020-06-30 | 1 | -0/+2 | |
| | | ||||||
| * | Java highlights: Add parameter highlight for single-parameter lambdas | Stephan Seitz | 2020-06-30 | 1 | -1/+4 | |
| | | ||||||
| * | refactor(refactor): use higher local apis and some cleanup | Steven Sojka | 2020-06-30 | 10 | -69/+103 | |
| | | ||||||
| * | feat(refactor): add definition navigation module | Steven Sojka | 2020-06-30 | 3 | -7/+123 | |
| | | ||||||
| * | feat(refactor): add smart rename module | Steven Sojka | 2020-06-30 | 5 | -24/+115 | |
| | | ||||||
| * | feat(refactor): highlight usages module | Steven Sojka | 2020-06-30 | 8 | -36/+274 | |
| | | ||||||
| * | add python async | kiyan42 | 2020-06-30 | 1 | -0/+1 | |
| | | ||||||
| * | Add method reference operator | Chinmay Dalal | 2020-06-29 | 1 | -0/+1 | |
| | | ||||||
| * | add used_by key to parsers | kiyan42 | 2020-06-29 | 3 | -17/+35 | |
| | | | | | Enables the use of multiple filetypes for one parser. | |||||
| * | Extend documentation for TSError | Stephan Seitz | 2020-06-29 | 1 | -1/+7 | |
| | | ||||||
| * | highlights: declare links as defaults | Thomas Vigouroux | 2020-06-29 | 1 | -33/+33 | |
| | | ||||||
| * | Java highlights: Capture parameters in declaration (#93) | Chinmay Dalal | 2020-06-29 | 1 | -31/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||||
| * | C highlights: Add highlight for #elif | Stephan Seitz | 2020-06-28 | 1 | -7/+10 | |
| | | ||||||
| * | Fix typo in documentation: `labe:` -> `label:` | Stephan Seitz | 2020-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #102 from vigoux/fix-94 | Stephan Seitz | 2020-06-27 | 1 | -2/+2 | |
| |\ | | | | | Separate queries with newlines | |||||
| | * | fix: separate queries with newlines | Thomas Vigouroux | 2020-06-21 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #115 from kyazdani42/doc/update-install-doc | Stephan Seitz | 2020-06-27 | 2 | -3/+4 | |
| |\ \ | | | | | | | update docs for TSInstall | |||||
| | * | | update docs for TSInstall | kiyan42 | 2020-06-27 | 2 | -3/+4 | |
| |/ / | ||||||
| * | | highlight: use custom highlight groups | Thomas Vigouroux | 2020-06-26 | 4 | -33/+235 | |
| | | | ||||||
| * | | Fix cpp-highlights: wrong capture name used in regex | Stephan Seitz | 2020-06-26 | 1 | -3/+2 | |
| | | | ||||||
| * | | Python highlights: Reset highlighting in f-string interpolation | Stephan Seitz | 2020-06-26 | 1 | -2/+3 | |
| | | | | | | | | | | | This solution is preferable to `(identifier) @Normal` since otherwise everything without highlight will use string-highlighting. | |||||
| * | | Python highlights: Add walrus operator | Stephan Seitz | 2020-06-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | continue installing if not reinstalling one parser | kiyan42 | 2020-06-25 | 1 | -1/+2 | |
| | | | ||||||
| * | | install can take 'all' as parameter | kiyan42 | 2020-06-25 | 1 | -12/+14 | |
| | | | ||||||
| * | | add command to install all parsers | kiyan42 | 2020-06-25 | 1 | -0/+7 | |
| | | | ||||||
| * | | fix(locals): compute locals after later tick | Steven Sojka | 2020-06-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Adapt Python highlights to new query syntax | Stephan Seitz | 2020-06-24 | 2 | -81/+66 | |
| | | | ||||||
| * | | add highlight queries for bash | TravonteD | 2020-06-23 | 2 | -1/+111 | |
| | | | ||||||
| * | | Update CONTRIBUTING.md | Thomas Vigouroux | 2020-06-23 | 1 | -49/+59 | |
| | | | | | | | This makes it more readable | |||||
| * | | Fix the ":" in symbols when used in pairs | TravonteD | 2020-06-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | This fixes the colon not being highlighted when a symbol is represented in a pair like so: symbol: true | |||||
| * | | rename and finish ft->lang migration | kiyan42 | 2020-06-22 | 4 | -36/+36 | |
| | | | ||||||
| * | | Merge pull request #98 from theHamsta/disclaimer | Kiyan Yazdani | 2020-06-21 | 1 | -0/+3 | |
| |\ \ | | | | | | | WIP: Add disclaimer to README.md | |||||
| | * | | Add disclaimer to README.md | Stephan Seitz | 2020-06-21 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Merge pull request #101 from stsewd/fix-parser-ulr | Kiyan Yazdani | 2020-06-21 | 1 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | Fix bash parser url | |||||
| | * | | Fix bash parser url | Santos Gallegos | 2020-06-21 | 1 | -1/+1 | |
| |/ / | | | | | | | Not sure if this was on purpose or if it was a mistake | |||||
| * | | fix(statusline): don't call if no parser | Thomas Vigouroux | 2020-06-21 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge pull request #96 from theHamsta/python-__dunder__ | Thomas Vigouroux | 2020-06-21 | 1 | -0/+3 | |
| |\ \ | |/ |/| | Add highlighting of dunder identifiers (e.g. __all__, __add__) to Python highlights | |||||
| | * | Add highlighting of dunder identifiers (e.g. __all__, __add__) to Python ↵ | Stephan Seitz | 2020-06-21 | 1 | -0/+3 | |
| | | | | | | | | | highlights | |||||
| * | | Merge pull request #90 from kyazdani42/fix/parser-names-as-filetypes | Kiyan Yazdani | 2020-06-21 | 9 | -277/+311 | |
| |\ \ | |/ |/| | refacto/fix: filetype / parser name distinction | |||||
| | * | refactor: parser list and lang->ft/ft->lang | kiyan42 | 2020-06-20 | 9 | -277/+311 | |
| | | | | | | | | | | | | | | | - move parser list in `parsers.lua` - most `ft` variable where changed to `lang`, `ft` is only used on autocmd binding, and lang is used for everything else. Functions have been defined to make the switch between `ft` and `lang` | |||||
| | * | fix: declare parse names as their appropriate filetype and change clone url | kiyan42 | 2020-06-19 | 1 | -6/+6 | |
| | | | ||||||
| * | | Merge pull request #72 from doubleloop/python | Stephan Seitz | 2020-06-21 | 2 | -45/+32 | |
| |\ \ | | | | | | | Updated python highlights | |||||
| | * | | Updated python highlights | Jakub Łuczyński | 2020-06-21 | 2 | -45/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allow for digits in constant names * removed redundant/conflicting rules * added missing hlmap * fixed escape_sequence * more explicit @constructor assignment * added rules for function decoration identifiers | |||||
| * | | | Merge pull request #91 from TravonteD/sibling-refactor | Thomas Vigouroux | 2020-06-21 | 5 | -135/+197 | |
| |\ \ \ | |_|/ |/| | | Refactor: utilize new consolidated syntax | |||||
| | * | | refactor: use newly introduced consolidated syntax | TravonteD | 2020-06-20 | 5 | -135/+197 | |
| | | | | ||||||
