| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Python: update folds | Santos Gallegos | 2020-09-03 | 1 | -0/+1 |
| | | | | | Missed one | ||||
| * | Python: add folds | Santos Gallegos | 2020-09-03 | 1 | -0/+24 |
| | | |||||
| * | fix(locals): js add arrow function parameter as definition | Steven Sojka | 2020-09-02 | 1 | -0/+4 |
| | | |||||
| * | fold(c): ignore compound statements | Thomas Vigouroux | 2020-09-01 | 1 | -1/+0 |
| | | |||||
| * | fix(fold): revamp fold | Thomas Vigouroux | 2020-09-01 | 2 | -0/+17 |
| | | | | | | | | | fix(fold): typo fix(fold): remove debug and add queries fix(fold): fallback to local scopes for folds | ||||
| * | C highlights: make `preproc_defined` @function.macro | Stephan Seitz | 2020-08-30 | 1 | -1/+4 |
| | | |||||
| * | C highlights: add bitwise-xor operator | Stephan Seitz | 2020-08-27 | 1 | -0/+2 |
| | | |||||
| * | fix(locals): add js namespace import as definition | Steven Sojka | 2020-08-26 | 1 | -0/+3 |
| | | |||||
| * | feat(highlights): add ocaml | Pau Ruiz Safont | 2020-08-24 | 1 | -0/+147 |
| | | |||||
| * | feat(c/cpp highlights): highlight pointer/reference parameters | Stephan Seitz | 2020-08-24 | 2 | -0/+5 |
| | | |||||
| * | C++ highlights: Add initial support for attributes | Stephan Seitz | 2020-08-22 | 1 | -0/+6 |
| | | |||||
| * | Python highlights: add additional operators | Stephan Seitz | 2020-08-20 | 1 | -0/+7 |
| | | | | | | This is applies the upstream PR to our repo: https://github.com/tree-sitter/tree-sitter-python/pull/73 | ||||
| * | Change self back to variable.builtin | Avi Dessauer | 2020-08-20 | 1 | -1/+1 |
| | | |||||
| * | Deduplicate queries/rust/highlights.scm | Avi Dessauer | 2020-08-20 | 1 | -1/+0 |
| | | | | Co-authored-by: TravonteD <tman1300@aol.com> | ||||
| * | Highlight operators + improve consistency with Vim syntax | Avi Dessauer | 2020-08-20 | 1 | -3/+37 |
| | | |||||
| * | Python: fix some highlights | Santos Gallegos | 2020-08-18 | 1 | -3/+3 |
| | | | | | These aren't valid lua patterns | ||||
| * | @function.method -> @method | Nathan Smith | 2020-08-17 | 1 | -6/+6 |
| | | |||||
| * | Python: update highlights | Santos Gallegos | 2020-08-17 | 1 | -4/+15 |
| | | | | | | - Fix "as" outside imports - Add builtin classes and constants | ||||
| * | Merge pull request #319 from kyazdani42/feat/add-jsx-fragment-and-self-closing | Steven Sojka | 2020-08-17 | 1 | -0/+3 |
| |\ | | | | | add jsx fragment and jsx self closing element highlights | ||||
| | * | add jsx fragment and jsx self closing element highlights | kiyan42 | 2020-08-17 | 1 | -0/+3 |
| | | | |||||
| * | | chore(highlights): remove is predicate usage | Steven Sojka | 2020-08-17 | 4 | -13/+0 |
| | | | |||||
| * | | Merge pull request #305 from theHamsta/textobjects-submodules | Steven Sojka | 2020-08-17 | 2 | -0/+6 |
| |\ \ | |/ |/| | Textobjects submodules | ||||
| | * | Textobjects: add swap feature | Stephan Seitz | 2020-08-17 | 2 | -0/+6 |
| | | | |||||
| * | | some refacto, doc fixes and jsx queries | kiyan42 | 2020-08-17 | 2 | -1/+11 |
| |/ | | | | | | | | | | - compute query language extensions *after* default ones (jsx after javascript) - remove outdated ts_utils functions from docs - add better regex detection to javascript - javascriptreact to use javascript queries - add javascript.jsx to javascript queries - write jsx.scm hl file | ||||
| * | Add fennel support | TravonteD | 2020-08-16 | 2 | -0/+168 |
| | | |||||
| * | Python: update highlights | Santos Gallegos | 2020-08-16 | 1 | -33/+37 |
| | | | | | | | | - Get rid of @self - Highlight methods correctly - Highlight self as the first parameter of a method - Use new syntax (# for predicates, (_) instead of (*) for wildcards) | ||||
| * | Python: update locals | Santos Gallegos | 2020-08-16 | 1 | -7/+9 |
| | | |||||
| * | fix(queries): use vim-match for non lua regexes | Steven Sojka | 2020-08-16 | 11 | -29/+29 |
| | | |||||
| * | Merge pull request #296 from steelsojka/feat-is-predicate | Steven Sojka | 2020-08-16 | 10 | -34/+59 |
| |\ | | | | | feat(highlights): add is predicate | ||||
| | * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 10 | -34/+59 |
| | | | |||||
| * | | Merge pull request #295 from steelsojka/feature/set-scopes-for-definitions | Steven Sojka | 2020-08-16 | 1 | -0/+4 |
| |\ \ | | | | | | | feat(defintions): allow setting of scope | ||||
| | * | | feat(definitions): allow setting of scope | Steven Sojka | 2020-08-16 | 1 | -0/+4 |
| | |/ | |||||
| * / | [java] Add label highlight | Chinmay Dalal | 2020-08-16 | 1 | -0/+4 |
| |/ | |||||
| * | fix(locals): add shorthand identifiers as references and definitions | Steven Sojka | 2020-08-14 | 1 | -1/+6 |
| | | |||||
| * | Python highlights: Highlight ->, ... | Stephan Seitz | 2020-08-14 | 1 | -1/+2 |
| | | |||||
| * | Fix #286: Highlight C++ raw_string_literal | Stephan Seitz | 2020-08-13 | 1 | -0/+4 |
| | | |||||
| * | fix(java): add lambdas as a scope | Steven Sojka | 2020-08-12 | 1 | -2/+6 |
| | | |||||
| * | RST: update textobjects | Santos Gallegos | 2020-08-11 | 1 | -0/+4 |
| | | |||||
| * | Lua highlights: add operator "=" and punctuation | Stephan Seitz | 2020-08-11 | 1 | -0/+4 |
| | | |||||
| * | Re add missing comments | Akin Sowemimo | 2020-08-09 | 1 | -3/+7 |
| | | |||||
| * | Change capture groups and add variable highlights | Akin Sowemimo | 2020-08-09 | 1 | -15/+18 |
| | | |||||
| * | Add break and increment operators and tweak formatting | Akin Sowemimo | 2020-08-09 | 1 | -4/+10 |
| | | |||||
| * | Add todo comment and change this highlight group | Akin Sowemimo | 2020-08-09 | 1 | -6/+7 |
| | | |||||
| * | Add new highlight queries | Akin Sowemimo | 2020-08-09 | 1 | -44/+97 |
| | | |||||
| * | Lua: highlight function name | Santos Gallegos | 2020-08-09 | 1 | -7/+10 |
| | | |||||
| * | highlights(rust): fix some type highlights. | Thomas Vigouroux | 2020-08-07 | 1 | -0/+3 |
| | | |||||
| * | highlights(rust): add async/await keywords | Thomas Vigouroux | 2020-08-07 | 1 | -0/+2 |
| | | |||||
| * | RST: update queries | Santos Gallegos | 2020-08-07 | 1 | -3/+14 |
| | | |||||
| * | PHP: Update locals query | Shirasaka | 2020-08-05 | 2 | -6/+28 |
| | | |||||
| * | Python: update textobjects queries | Santos Gallegos | 2020-08-04 | 1 | -1/+22 |
| | | |||||
