| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | go: add builtin functions | Yuki Ito | 2021-03-16 | 1 | -0/+7 | |
| | | ||||||
| * | folds support and somewhat better indents for ruby | Ivo Dancet | 2021-03-15 | 2 | -0/+26 | |
| | | ||||||
| * | Rust: add mod_item to folds | Santos Gallegos | 2021-03-15 | 1 | -3/+3 | |
| | | ||||||
| * | Rust: Add variable and closure parameter highlights | Rohit Pradhan | 2021-03-15 | 1 | -0/+2 | |
| | | ||||||
| * | Ecma: Highlight single-argument callback parameter | Rohit Pradhan | 2021-03-15 | 1 | -0/+4 | |
| | | ||||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 47 | -3/+126 | |
| | | | | Closes #236 | |||||
| * | chore: create ecma base for use in js and ts which fixes jsx issues | kiyan | 2021-03-10 | 15 | -412/+411 | |
| | | ||||||
| * | update tips in healthcheck | bitcoder | 2021-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | add treesitter version in checkhealth | bitcoder | 2021-03-09 | 1 | -0/+10 | |
| | | ||||||
| * | teal: Add C language injection for FFI | Lewis Russell | 2021-03-09 | 1 | -0/+10 | |
| | | ||||||
| * | feat(dart): add indents | elianiva | 2021-03-08 | 1 | -0/+27 | |
| | | ||||||
| * | Add CI for testing parsers compilation | Jozef Grajciar | 2021-03-04 | 4 | -0/+71 | |
| | | ||||||
| * | Add Windows support for cl.exe | Jozef Grajciar | 2021-03-04 | 2 | -24/+41 | |
| | | | | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> | |||||
| * | Highlight Julia symbol expressions as TSSymbol | Dennis B | 2021-03-04 | 1 | -2/+1 | |
| | | ||||||
| * | [highlights] Add TSSymbol highlight group | Dennis B | 2021-03-04 | 6 | -2/+10 | |
| | | | | | | | | | | | | | | | Addresses issue #892 Ruby and Dart literal symbols will now be highlighted by the new TSSymbol highlight group, which itself will, by default, link to the Vim Identifier highlight group. Vim theme authors can then set their TSSymbol colors. Symbol highlighting can apply to a number of languages as noted in the following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming) Not just for Ruby and Dart. | |||||
| * | [docgen] Update README.md | Github Actions | 2021-03-02 | 1 | -1/+1 | |
| | | | | | skip-checks: true | |||||
| * | Fix: Allow repo.url to end in ".git" | Stephan Seitz | 2021-03-02 | 2 | -4/+5 | |
| | | ||||||
| * | Update query parser (; in strings) | Stephan Seitz | 2021-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-03-02 | 1 | -1/+1 | |
| | | | | | skip-checks: true | |||||
| * | Fix #972: Add tar-download support for Gitlab | Stephan Seitz | 2021-03-02 | 2 | -3/+9 | |
| | | ||||||
| * | highlights(c): update declaration and cast_expression | Stephan Seitz | 2021-03-02 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-03-02 | 1 | -11/+20 | |
| | | ||||||
| * | removed duplicate | Brian Shu | 2021-03-01 | 1 | -4/+0 | |
| | | ||||||
| * | changed toml and query | Brian Shu | 2021-03-01 | 2 | -1/+16 | |
| | | ||||||
| * | fixed rust match indents | Brian Shu | 2021-03-01 | 1 | -0/+1 | |
| | | ||||||
| * | feat: use @ignore for comments and multiline strings | elianiva | 2021-03-01 | 12 | -0/+32 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-03-01 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | fix: add used_by in parser setter | kiyan | 2021-03-01 | 1 | -1/+5 | |
| | | ||||||
| * | Add 'register' as c-keyword | Fabian Viöl | 2021-03-01 | 1 | -0/+1 | |
| | | | | | See https://en.wikipedia.org/wiki/Register_(keyword) | |||||
| * | highlights(glimmer): add copyright note | Stephan Seitz | 2021-03-01 | 1 | -0/+4 | |
| | | ||||||
| * | add back delimiter | NullVoxPopuli | 2021-03-01 | 1 | -2/+2 | |
| | | ||||||
| * | Copy highlights suggestion from @theHamsta | NullVoxPopuli | 2021-03-01 | 1 | -0/+36 | |
| | | ||||||
| * | Add branch to glimmer config | NullVoxPopuli | 2021-03-01 | 1 | -0/+1 | |
| | | ||||||
| * | Add glimmer parser | NullVoxPopuli | 2021-03-01 | 1 | -0/+10 | |
| | | ||||||
| * | Support the glimmer parser when the `hbs` template literal tag is used | NullVoxPopuli | 2021-03-01 | 1 | -0/+6 | |
| | | ||||||
| * | ocaml, ocaml_interface: update to latest parser | Pau Ruiz Safont | 2021-02-28 | 1 | -2/+2 | |
| | | | | | Allows parsing quoted strings to have other nodes inside. | |||||
| * | highlights(ocaml): change order or captures | Pau Ruiz Safont | 2021-02-28 | 1 | -24/+24 | |
| | | | | | | | | This because the later captures have more priority in neovim, not less like in upstream. This fixes highlighting highlighting for let* and +, for example. | |||||
| * | highlights(ocaml): add unit and pretty_printing_indication | Pau Ruiz Safont | 2021-02-28 | 1 | -2/+5 | |
| | | ||||||
| * | svelte: also capture src as text.uri | elianiva | 2021-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | chore: remove useless code and indent files | kiyan | 2021-02-27 | 10 | -106/+88 | |
| | | ||||||
| * | HTML: capture src attributes as text.uri | Santos Gallegos | 2021-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | Add inline html comments | jghauser | 2021-02-25 | 1 | -0/+2 | |
| | | ||||||
| * | ledger: update highlights | Cédric Barreteau | 2021-02-23 | 2 | -2/+18 | |
| | | ||||||
| * | fix: missing erroneous end tag | elianiva | 2021-02-23 | 1 | -6/+15 | |
| | | ||||||
| * | refactor: use eq | elianiva | 2021-02-23 | 2 | -4/+4 | |
| | | ||||||
| * | feat: improved highlight + injections, cc @stsewd | elianiva | 2021-02-23 | 2 | -0/+31 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-02-23 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | feat: add support for svelte | elianiva | 2021-02-23 | 5 | -0/+79 | |
| | | ||||||
| * | add do statement to lua indents | kiyan | 2021-02-23 | 1 | -0/+1 | |
| | | ||||||
| * | health: add legend for x icon in query health | kiyan | 2021-02-22 | 1 | -1/+2 | |
| | | ||||||
