| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Reorder json5 queries | Joaquín León | 2021-08-30 | 1 | -3/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-30 | 1 | -3/+3 | |
| | | ||||||
| * | @number -> @keyword | Andrew Helwer | 2021-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | Updated highlight queries for tlaplus | Andrew Helwer | 2021-08-30 | 1 | -29/+47 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-30 | 1 | -8/+11 | |
| | | ||||||
| * | Add tree-sitter-pioasm with highlights and injections (#1759) | leo60228 | 2021-08-29 | 4 | -0/+50 | |
| | | | | | | | | | | | | | | | * add tree-sitter-pioasm with highlights and injections * [docgen] Update README.md skip-checks: true * remove ada injection from pioasm * address review * remove unnecessary python predicate Co-authored-by: Github Actions <actions@github> | |||||
| * | update scala highlights (#1760) | Stevan Milic | 2021-08-28 | 1 | -5/+78 | |
| | | | | | | | | | | | | | | | | | | | | * add type highlights * add call expression highlights * add function definition highlights * add expression highlights * add literals highlights * add operator highlights * add punctuation highlights * add comment highlights Co-authored-by: Stevan Milic <stevan.milic@tradecore.com> | |||||
| * | highlights(php): add missings operators `?->` and `=>` (#1729) | Wilman Barrios | 2021-08-26 | 1 | -0/+3 | |
| | | | | | | | This will: - add nullsafe `?->` as `@operator` - add separator for associative arrays `=>` as `@operator` | |||||
| * | chore(vim): update to latest version | Thomas Vigouroux | 2021-08-26 | 1 | -1/+1 | |
| | | | | | Avoids using the lockfile update PR because it is broken. | |||||
| * | [docgen] Update README.md | Github Actions | 2021-08-26 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | feat(vim): highlight highlight_statement correctly | Thomas Vigouroux | 2021-08-26 | 2 | -8/+13 | |
| | | | | | Fixes #1747 | |||||
| * | add keywords to scala highlights (#1662) | Stuart Mashaal | 2021-08-25 | 2 | -4/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add keywords to scala highlights * special capture for special keywords * add while to 'repeat' capture * pr cleanup, exmaples in CONTRIBUTING.md * add backquotes for consistency in docs * group @repeat keywords, fix null * comment-out 'macro' and 'forSome' * fix 'this' and 'super' keyword * remove accidental files :facepalm: * update revision * fix "super" and "this" * godammit these .metals files are killing me * why did I commit this??? Co-authored-by: Stuart Mashaal <smashaal@hopper.com> | |||||
| * | Add support for json5 | Joakker | 2021-08-25 | 5 | -0/+31 | |
| | | ||||||
| * | Replaces curl argument: --no-progress-meter -> --silent | Eduardo Cuducos | 2021-08-25 | 1 | -1/+1 | |
| | | | | | Fix #1748 | |||||
| * | fix(dowload): don't display curl progress | Thomas Vigouroux | 2021-08-24 | 1 | -0/+1 | |
| | | | | | Fixes #1731 | |||||
| * | highlight(zig) highlight all caps is a constant | maxxnino | 2021-08-24 | 1 | -1/+10 | |
| | | | | | | * in some context, like translate c macro * which is use all CAPS for define constant | |||||
| * | chore(issues): make bug_report an issue form | Thomas Vigouroux | 2021-08-23 | 2 | -57/+60 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-23 | 1 | -2/+2 | |
| | | ||||||
| * | chore(vim): update to latest version | Thomas Vigouroux | 2021-08-23 | 1 | -1/+1 | |
| | | ||||||
| * | Viml: update queries | Santos Gallegos | 2021-08-23 | 2 | -4/+36 | |
| | | ||||||
| * | chore: provide a script to repin a language | Thomas Vigouroux | 2021-08-23 | 1 | -0/+21 | |
| | | ||||||
| * | Update lockfile.json | maxxnino | 2021-08-23 | 1 | -1/+1 | |
| | | ||||||
| * | highlight(zig): rework query | maxxnino | 2021-08-23 | 3 | -101/+47 | |
| | | | | | | | * improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string | |||||
| * | Query: allow to pass a list to get_capture_matches (#1693) | Santos Gallegos | 2021-08-22 | 1 | -12/+25 | |
| | | ||||||
| * | highlights(php): add `instanceof` as `@keyword` (#1728) | Wilman Barrios | 2021-08-21 | 2 | -1/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-20 | 1 | -6/+6 | |
| | | ||||||
| * | Highlight some keyword.function nodes as just keywords | Andrew Helwer | 2021-08-20 | 1 | -5/+5 | |
| | | ||||||
| * | Fixed lua style issues, updated grammar version to fix macOS build issues | Andrew Helwer | 2021-08-20 | 2 | -3/+3 | |
| | | ||||||
| * | Filetype is tla | Andrew Helwer | 2021-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Added TLA+ grammar & queries | Andrew Helwer | 2021-08-20 | 7 | -0/+163 | |
| | | ||||||
| * | Add jsx to javascript (#1696) | Santos Gallegos | 2021-08-20 | 1 | -1/+1 | |
| | | | | | This is mainly so the playground doesn't error when opening the jsx query files. | |||||
| * | feat(vim): support augroups | Thomas Vigouroux | 2021-08-20 | 2 | -2/+6 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-08-20 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | fix(viml): update and support mappings | Thomas Vigouroux | 2021-08-20 | 2 | -1/+11 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-19 | 1 | -3/+3 | |
| | | ||||||
| * | Remove redunant capture. | Aleksei Abakumkin | 2021-08-18 | 1 | -3/+3 | |
| | | ||||||
| * | Update CSharp highlights. | Aleksei Abakumkin | 2021-08-18 | 1 | -2/+28 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-18 | 1 | -8/+11 | |
| | | ||||||
| * | Disable combined injections for HEEx | Clay | 2021-08-18 | 1 | -2/+5 | |
| | | ||||||
| * | Add doctype highlights | Clay | 2021-08-18 | 1 | -14/+12 | |
| | | ||||||
| * | Update surface version, fix highlights | Clay | 2021-08-18 | 1 | -7/+5 | |
| | | ||||||
| * | Add HEEx language support, add missing commentstrings | Clay | 2021-08-18 | 14 | -7/+87 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-08-17 | 1 | -10/+13 | |
| | | ||||||
| * | highlights(lua): Add semicolons | Sergio Alejandro Vargas | 2021-08-17 | 1 | -1/+1 | |
| | | ||||||
| * | fix(vim): highlight more punctuation | Thomas Vigouroux | 2021-08-16 | 1 | -0/+14 | |
| | | ||||||
| * | feat: add support for vim | Thomas Vigouroux | 2021-08-16 | 4 | -0/+124 | |
| | | ||||||
| * | Lua: highlight uppercase variables as constants (#1690) | Santos Gallegos | 2021-08-14 | 1 | -0/+2 | |
| | | ||||||
| * | Add comment highlighting for keywords in Haskell (#1695) | jpe90 | 2021-08-14 | 1 | -0/+1 | |
| | | | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||||
| * | Update lockfile.json (#1689) | github-actions[bot] | 2021-08-14 | 1 | -6/+6 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Query: update locals (#1692) | Santos Gallegos | 2021-08-14 | 1 | -0/+1 | |
| | | ||||||
