aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* go: add builtin functionsYuki Ito2021-03-161-0/+7
|
* folds support and somewhat better indents for rubyIvo Dancet2021-03-152-0/+26
|
* Rust: add mod_item to foldsSantos Gallegos2021-03-151-3/+3
|
* Rust: Add variable and closure parameter highlightsRohit Pradhan2021-03-151-0/+2
|
* Ecma: Highlight single-argument callback parameterRohit Pradhan2021-03-151-0/+4
|
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-1247-3/+126
| | | Closes #236
* chore: create ecma base for use in js and ts which fixes jsx issueskiyan2021-03-1015-412/+411
|
* update tips in healthcheckbitcoder2021-03-091-1/+1
|
* add treesitter version in checkhealthbitcoder2021-03-091-0/+10
|
* teal: Add C language injection for FFILewis Russell2021-03-091-0/+10
|
* feat(dart): add indentselianiva2021-03-081-0/+27
|
* Add CI for testing parsers compilationJozef Grajciar2021-03-044-0/+71
|
* Add Windows support for cl.exeJozef Grajciar2021-03-042-24/+41
| | | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
* Highlight Julia symbol expressions as TSSymbolDennis B2021-03-041-2/+1
|
* [highlights] Add TSSymbol highlight groupDennis B2021-03-046-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.mdGithub Actions2021-03-021-1/+1
| | | | skip-checks: true
* Fix: Allow repo.url to end in ".git"Stephan Seitz2021-03-022-4/+5
|
* Update query parser (; in strings)Stephan Seitz2021-03-021-1/+1
|
* [docgen] Update README.mdGithub Actions2021-03-021-1/+1
| | | | skip-checks: true
* Fix #972: Add tar-download support for GitlabStephan Seitz2021-03-022-3/+9
|
* highlights(c): update declaration and cast_expressionStephan Seitz2021-03-021-2/+2
|
* Update lockfile.jsonGitHub2021-03-021-11/+20
|
* removed duplicateBrian Shu2021-03-011-4/+0
|
* changed toml and queryBrian Shu2021-03-012-1/+16
|
* fixed rust match indentsBrian Shu2021-03-011-0/+1
|
* feat: use @ignore for comments and multiline stringselianiva2021-03-0112-0/+32
|
* [docgen] Update README.mdGithub Actions2021-03-011-0/+1
| | | | skip-checks: true
* fix: add used_by in parser setterkiyan2021-03-011-1/+5
|
* Add 'register' as c-keywordFabian Viöl2021-03-011-0/+1
| | | | See https://en.wikipedia.org/wiki/Register_(keyword)
* highlights(glimmer): add copyright noteStephan Seitz2021-03-011-0/+4
|
* add back delimiterNullVoxPopuli2021-03-011-2/+2
|
* Copy highlights suggestion from @theHamstaNullVoxPopuli2021-03-011-0/+36
|
* Add branch to glimmer configNullVoxPopuli2021-03-011-0/+1
|
* Add glimmer parserNullVoxPopuli2021-03-011-0/+10
|
* Support the glimmer parser when the `hbs` template literal tag is usedNullVoxPopuli2021-03-011-0/+6
|
* ocaml, ocaml_interface: update to latest parserPau Ruiz Safont2021-02-281-2/+2
| | | | Allows parsing quoted strings to have other nodes inside.
* highlights(ocaml): change order or capturesPau Ruiz Safont2021-02-281-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_indicationPau Ruiz Safont2021-02-281-2/+5
|
* svelte: also capture src as text.urielianiva2021-02-281-1/+1
|
* chore: remove useless code and indent fileskiyan2021-02-2710-106/+88
|
* HTML: capture src attributes as text.uriSantos Gallegos2021-02-261-1/+1
|
* Add inline html commentsjghauser2021-02-251-0/+2
|
* ledger: update highlightsCédric Barreteau2021-02-232-2/+18
|
* fix: missing erroneous end tagelianiva2021-02-231-6/+15
|
* refactor: use eqelianiva2021-02-232-4/+4
|
* feat: improved highlight + injections, cc @stsewdelianiva2021-02-232-0/+31
|
* [docgen] Update README.mdGithub Actions2021-02-231-0/+1
| | | | skip-checks: true
* feat: add support for svelteelianiva2021-02-235-0/+79
|
* add do statement to lua indentskiyan2021-02-231-0/+1
|
* health: add legend for x icon in query healthkiyan2021-02-221-1/+2
|