| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove 'CI' guard (we can have now the newest version of nvim again) | Stephan Seitz | 2020-12-07 | 1 | -2/+1 | |
| * | Pin kotlin parser | Stephan Seitz | 2020-12-06 | 1 | -0/+3 | |
| * | type and identifer defaults. fixed const keyword | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -21/+37 | |
| * | @annotation -> @attribute | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -2/+2 | |
| * | add more builtin functions | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -62/+36 | |
| * | add readme and more correct highlight captures | Tormod Alf Try Tufteland | 2020-12-06 | 3 | -37/+73 | |
| * | move divide to punctiation.special | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -2/+6 | |
| * | add kotlin parser and highligh-queries | Tormod Alf Try Tufteland | 2020-12-06 | 2 | -0/+165 | |
| * | Add some ruby exception keywords | Kassio Borges | 2020-12-05 | 1 | -0/+8 | |
| * | Update Ruby parser | Stephan Seitz | 2020-12-03 | 1 | -1/+1 | |
| * | Update Teal queries and parser | Stephan Seitz | 2020-12-03 | 2 | -5/+7 | |
| * | Update lockfile.json (Ruby, Elm) | Stephan Seitz | 2020-12-03 | 1 | -2/+2 | |
| * | css: add indent support | Thanabodee Charoenpiriyakij | 2020-12-03 | 1 | -0/+9 | |
| * | Fixup jq | Stephan Seitz | 2020-11-30 | 2 | -4/+7 | |
| * | Pretty print lockfile.json | Stephan Seitz | 2020-11-30 | 2 | -40/+126 | |
| * | Fix update-parsers workflow | Stephan Seitz | 2020-11-30 | 1 | -4/+11 | |
| * | Add "Update parsers workflow" | Stephan Seitz | 2020-11-30 | 1 | -0/+28 | |
| * | Update Python queries | Stephan Seitz | 2020-11-30 | 2 | -12/+40 | |
| * | Update teal queries | Stephan Seitz | 2020-11-30 | 3 | -13/+13 | |
| * | Update lockfile | Stephan Seitz | 2020-11-30 | 1 | -1/+40 | |
| * | graphql: add missing highlights | Bryan Kegley | 2020-11-30 | 1 | -1/+14 | |
| * | Fix #724: Add (initializer_list) to C folds | Stephan Seitz | 2020-11-30 | 1 | -0/+2 | |
| * | graphql: add injection to javascript and add comment query | Luis Carlos Cruz Carballo | 2020-11-29 | 2 | -0/+7 | |
| * | Fix typo in README | Wilman Barrios | 2020-11-29 | 1 | -1/+1 | |
| * | [docgen] Update README.md | Github Actions | 2020-11-29 | 1 | -1/+1 | |
| * | Add hint to use `:TSUpdate` as post-update-hook | Stephan Seitz | 2020-11-29 | 1 | -1/+1 | |
| * | Fix: Print message when TSUpdate has nothing to do | Stephan Seitz | 2020-11-29 | 1 | -4/+7 | |
| * | typescript: Use javascript shorthand_property_identifier | rockerBOO | 2020-11-27 | 1 | -1/+0 | |
| * | javascript: Mark shorthand_property_identifier as variable | rockerBOO | 2020-11-27 | 1 | -0/+1 | |
| * | graphql: add highlights | Bryan Kegley | 2020-11-27 | 1 | -0/+148 | |
| * | feat: add graphql grammar | Bryan Kegley | 2020-11-27 | 2 | -0/+9 | |
| * | Update bug report to add update informations | Thomas Vigouroux | 2020-11-27 | 1 | -0/+8 | |
| * | add TOC to readme | Christian Clason | 2020-11-25 | 1 | -61/+75 | |
| * | restructure readme | Christian Clason | 2020-11-25 | 1 | -147/+135 | |
| * | move advanced explanation to the end | Christian Clason | 2020-11-25 | 1 | -29/+29 | |
| * | restructure explanation | Christian Clason | 2020-11-25 | 1 | -12/+16 | |
| * | slight edit | Christian Clason | 2020-11-25 | 1 | -2/+1 | |
| * | expand explanation of TSUpdate | Christian Clason | 2020-11-25 | 1 | -3/+4 | |
| * | explain how to add unsupported parsers | Christian Clason | 2020-11-25 | 1 | -20/+23 | |
| * | lua: update to pull shebang fix | Thomas Vigouroux | 2020-11-25 | 3 | -3/+5 | |
| * | javascript: Add operator to / for division (#689) | Dave Lage | 2020-11-25 | 1 | -0/+1 | |
| * | CI: Fix update-readme.yml | Stephan Seitz | 2020-11-25 | 1 | -1/+2 | |
| * | CI: Add nvim.appimage to .gitignore | Stephan Seitz | 2020-11-25 | 1 | -0/+1 | |
| * | Only update outdated_parsers on TSUpdate | Stephan Seitz | 2020-11-25 | 3 | -20/+68 | |
| * | feat(injections): add injections to HTML | elianiva | 2020-11-24 | 1 | -0/+5 | |
| * | Add injections to PHP | shirasaka | 2020-11-24 | 1 | -0/+1 | |
| * | lua: fix "then" highlighting | Thomas Vigouroux | 2020-11-23 | 1 | -2/+2 | |
| * | Python highlights: Fix #688 (definition.associated -> field) | Stephan Seitz | 2020-11-23 | 1 | -1/+1 | |
| * | fix(injections): update to new API | Thomas Vigouroux | 2020-11-23 | 3 | -8/+5 | |
| * | fix: make version check work on non-CI environments | Stephan Seitz | 2020-11-23 | 1 | -2/+1 | |
