| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update lockfile.json0.5-compat | GitHub | 2021-09-17 | 1 | -6/+6 |
| | | |||||
| * | fix(fennel): update parser and all the queries | Otto Modinos | 2021-09-17 | 4 | -146/+121 |
| | | |||||
| * | [cmake] add highlights for `add_custom_target` and `add_custom_command` | Uy Ha | 2021-09-17 | 1 | -0/+18 |
| | | |||||
| * | [cmake] Add highlighting for boolean values (#1801) | Uy Ha | 2021-09-17 | 1 | -0/+4 |
| | | | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> | ||||
| * | [cmake] add highlights for `if` command constant | Uy Ha | 2021-09-17 | 1 | -0/+12 |
| | | |||||
| * | Update ledger injections | Cédric Barreteau | 2021-09-17 | 1 | -0/+1 |
| | | |||||
| * | Use the color of variable | delphinus | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Set property color for destructuring assignment | delphinus | 2021-09-17 | 1 | -0/+4 |
| | | |||||
| * | [cmake]: Add highlighting for `set` command | Uy Ha | 2021-09-17 | 1 | -0/+14 |
| | | |||||
| * | [docgen] Update README.md | Github Actions | 2021-09-17 | 1 | -1/+1 |
| | | | | | skip-checks: true | ||||
| * | Highlight function and macro declarations | Uy Ha | 2021-09-17 | 1 | -0/+12 |
| | | |||||
| * | Update lockfile.json | GitHub | 2021-09-17 | 1 | -8/+8 |
| | | |||||
| * | Typo fix and reword doc | Abin Simon | 2021-09-17 | 1 | -3/+2 |
| | | |||||
| * | Bind `variable` as @variable instead of `variable_ref` | Uy Ha | 2021-09-17 | 1 | -1/+2 |
| | | |||||
| * | Bind function and macro commands as @keyword.function | Uy Ha | 2021-09-17 | 1 | -4/+1 |
| | | |||||
| * | Bind `variable_ref` as @variable instead of @none | Uy Ha | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Add scala folds | Stevan Milic | 2021-09-17 | 2 | -2/+17 |
| | | |||||
| * | Update scala highlights | Stevan Milic | 2021-09-17 | 2 | -1/+36 |
| | | | | | | | | | | | | | * add highlights for imports * add highlights for type constructors * add highlights for constants * add highlights for interpolation string * add highlights for comments through injection | ||||
| * | Update lockfile.json (#1779) | github-actions[bot] | 2021-09-17 | 1 | -0/+3 |
| | | | | Co-authored-by: GitHub <noreply@github.com> | ||||
| * | Add tree-sitter-dot (#1770) | rydesun | 2021-09-17 | 4 | -0/+56 |
| | | | | | | | | | | | | | | * Add tree-sitter-dot * Fix DOT highlights * highlights(DOT): add HTML string * Remove DOT ftdetect Vim and Neovim runtime have added DOT filetype detection * Update DOT highlights | ||||
| * | Update lockfile.json (#1778) | github-actions[bot] | 2021-09-17 | 1 | -4/+4 |
| | | | | Co-authored-by: GitHub <noreply@github.com> | ||||
| * | highlights(c): make sizeof a `keyword.operator` | Sergio Alejandro Vargas | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | highlights(lua): Add Lua 5.1 built-in functions | Sergio Alejandro Vargas | 2021-09-17 | 1 | -0/+9 |
| | | |||||
| * | Update lockfile.json (#1775) | github-actions[bot] | 2021-09-17 | 1 | -1/+1 |
| | | | | Co-authored-by: GitHub <noreply@github.com> | ||||
| * | Fix method access using php nullsafe operator (#1773) | Wilman Barrios | 2021-09-17 | 1 | -0/+3 |
| | | |||||
| * | test: Add tests for is_in_node_range (#1756) | partizan | 2021-09-17 | 2 | -3/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: is_in_node_range now includes end line and col This fixes no indents at the end of python files Refs #1136 * update scala highlights (#1760) * 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> * test: Add unit tests * Revert "fix: is_in_node_range now includes end line and col" This reverts commit 5a721fef5620eb2fae6d9cebe09bf7b230f2606f. * refactor test * apply stylua * fix luacheck * update `describe` text * smallfix Co-authored-by: Stevan Milic <stevan.milic@yahoo.com> Co-authored-by: Stevan Milic <stevan.milic@tradecore.com> | ||||
| * | Add python to .editorconfig | partizan | 2021-09-17 | 1 | -0/+4 |
| | | |||||
| * | Reorder json5 queries | Joaquín León | 2021-09-17 | 1 | -3/+3 |
| | | |||||
| * | Update lockfile.json | GitHub | 2021-09-17 | 1 | -3/+3 |
| | | |||||
| * | @number -> @keyword | Andrew Helwer | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Updated highlight queries for tlaplus | Andrew Helwer | 2021-09-17 | 1 | -29/+47 |
| | | |||||
| * | Update lockfile.json | GitHub | 2021-09-17 | 1 | -8/+11 |
| | | |||||
| * | Add tree-sitter-pioasm with highlights and injections (#1759) | leo60228 | 2021-09-17 | 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-09-17 | 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-09-17 | 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-09-17 | 1 | -1/+1 |
| | | | | | Avoids using the lockfile update PR because it is broken. | ||||
| * | [docgen] Update README.md | Github Actions | 2021-09-17 | 1 | -0/+1 |
| | | | | | skip-checks: true | ||||
| * | feat(vim): highlight highlight_statement correctly | Thomas Vigouroux | 2021-09-17 | 2 | -8/+13 |
| | | | | | Fixes #1747 | ||||
| * | add keywords to scala highlights (#1662) | Stuart Mashaal | 2021-09-17 | 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-09-17 | 5 | -0/+31 |
| | | |||||
| * | Replaces curl argument: --no-progress-meter -> --silent | Eduardo Cuducos | 2021-09-17 | 1 | -1/+1 |
| | | | | | Fix #1748 | ||||
| * | fix(dowload): don't display curl progress | Thomas Vigouroux | 2021-09-17 | 1 | -0/+1 |
| | | | | | Fixes #1731 | ||||
| * | highlight(zig) highlight all caps is a constant | maxxnino | 2021-09-17 | 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-09-17 | 2 | -57/+60 |
| | | |||||
| * | Update lockfile.json | GitHub | 2021-09-17 | 1 | -2/+2 |
| | | |||||
| * | chore(vim): update to latest version | Thomas Vigouroux | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Viml: update queries | Santos Gallegos | 2021-09-17 | 2 | -4/+36 |
| | | |||||
| * | chore: provide a script to repin a language | Thomas Vigouroux | 2021-09-17 | 1 | -0/+21 |
| | | |||||
| * | Update lockfile.json | maxxnino | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | highlight(zig): rework query | maxxnino | 2021-09-17 | 3 | -101/+47 |
| | | | | | | | * improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string | ||||
