| 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-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-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 | Java highlights: Add binary integer literals | 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 | 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): highlight usages module | Steven Sojka | |
| 2020-06-30 | add python async | kiyan42 | |
| 2020-06-29 | Add method reference operator | Chinmay Dalal | |
| 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-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-24 | Adapt Python highlights to new query syntax | Stephan Seitz | |
| 2020-06-23 | add highlight queries for bash | TravonteD | |
| 2020-06-23 | Fix the ":" in symbols when used in pairs | TravonteD | |
| This fixes the colon not being highlighted when a symbol is represented in a pair like so: symbol: true | |||
| 2020-06-21 | Add highlighting of dunder identifiers (e.g. __all__, __add__) to Python ↵ | Stephan Seitz | |
| highlights | |||
| 2020-06-21 | Merge pull request #72 from doubleloop/python | Stephan Seitz | |
| Updated python highlights | |||
| 2020-06-21 | Updated python highlights | Jakub Łuczyński | |
| * 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 | |||
| 2020-06-20 | refactor: use newly introduced consolidated syntax | TravonteD | |
| 2020-06-17 | Merge pull request #88 from PitcherTear22/master | Thomas Vigouroux | |
| Give credits for java queries | |||
| 2020-06-17 | Give credits | Chinmay Dalal | |
| 2020-06-17 | Give credits | Chinmay Dalal | |
| 2020-06-15 | Merge pull request #87 from steelsojka/fix/js-boolean-fix | Kiyan Yazdani | |
| fix(javascript): set booleans to boolean highlights | |||
| 2020-06-15 | Merge pull request #86 from steelsojka/feat/json | Kiyan Yazdani | |
| feat(lang): add json highlights | |||
| 2020-06-15 | feat(lang): add json highlights | Steven Sojka | |
| 2020-06-15 | fix(javascript): set booleans to boolean highlights | Steven Sojka | |
| 2020-06-15 | Merge pull request #85 from PitcherTear22/master | Thomas Vigouroux | |
| Add java support | |||
| 2020-06-15 | Fix types | Chinmay Dalal | |
| 2020-06-15 | Add operators | Chinmay | |
| 2020-06-15 | Fix method highlighting | Chinmay | |
| 2020-06-15 | chore(queries): use inherited queries for ts/js | Steven Sojka | |
| 2020-06-15 | Merge branch 'master' into feat/typescript-queries | Steven Sojka | |
| * master: Change regexes in C/C++ highlights Update C/C++ highlights to new query syntax Add better highlighting for preprocessor functions in C highlights Add operators /=,*=,|=,&= to C highlights Add compound_statement to c queries Add punctuation.bracket/punctuation.delimiter to C highlights Make =,~,! operators in C highlights Add cpp/locals.scm Add @error highlight to c/highlights.scm Add C++ highlights.scm Introduce base languages for queries Add tree-sitter-regex feat(queries): allow for user overrides Update issue templates | |||
| 2020-06-15 | Change regexes in C/C++ highlights | Stephan Seitz | |
| 2020-06-15 | Update C/C++ highlights to new query syntax | Stephan Seitz | |
| 2020-06-15 | Add better highlighting for preprocessor functions in C highlights | Stephan Seitz | |
| 2020-06-15 | Add operators /=,*=,|=,&= to C highlights | Stephan Seitz | |
| 2020-06-15 | Add compound_statement to c queries | Stephan Seitz | |
| 2020-06-15 | Add punctuation.bracket/punctuation.delimiter to C highlights | Stephan Seitz | |
| 2020-06-15 | Make =,~,! operators in C highlights | Stephan Seitz | |
| 2020-06-15 | Add cpp/locals.scm | Stephan Seitz | |
| 2020-06-15 | Add @error highlight to c/highlights.scm | Stephan Seitz | |
