| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-14 | Update README | Github Actions | |
| 2021-12-14 | parsers: Add MDeiml/tree-sitter-markdown as markdown parser | Stephan Seitz | |
| Fixes #872 | |||
| 2021-12-14 | feat(lang): add make | Lewis Russell | |
| 2021-12-14 | injections(rust): inject regex into `Regex::new` | Stephan Seitz | |
| 2021-12-13 | Update lockfile.json | GitHub | |
| 2021-12-13 | highlights(lua): `next` as builtin function | numToStr | |
| 2021-12-12 | Update lockfile.json | GitHub | |
| 2021-12-12 | highlights(ecma): highlight escape_sequence | Stephan Seitz | |
| 2021-12-06 | Update lockfile.json | GitHub | |
| 2021-12-06 | ci: use Neovim v0.6.0 | Stephan Seitz | |
| 2021-12-06 | Update lockfile.json | GitHub | |
| 2021-12-06 | fix(fusion): update lockfile | Jirgn | |
| 2021-12-06 | feat(fusion): update tests | Jirgn | |
| 2021-12-06 | ci: open PRs to update README | Stephan Seitz | |
| 2021-12-06 | rust(highlights): fix highlighting of char_literal | Stephan Seitz | |
| 2021-12-06 | Apply cpp to arduino | Chad Condon | |
| 2021-12-06 | docs: remove advice to use 0.5-compat | Stephan Seitz | |
| 0.5-compat branch was not actively maintained and nvim-treesitter also runs with stable versions. We should be able to maintain compatibility with latest stable by fall-back implementations in case there should be a breaking change. | |||
| 2021-12-02 | OCaml string format specifiers | Dawid Zych | |
| For format specifiers use @string.special instead of @punctuation.special. | |||
| 2021-12-01 | OCaml use @constant.builtin for built in constants | silenc3r | |
| 2021-12-01 | Update lockfile.json | GitHub | |
| 2021-11-30 | Fix pug injection | Stephan Seitz | |
| 2021-11-30 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-11-30 | Feat: Added Pug parser with inital queries | Stefan Wienert | |
| 2021-11-30 | Update lockfile.json | GitHub | |
| 2021-11-30 | ci: add nightly again to CI | Stephan Seitz | |
| 2021-11-30 | don't treat *.fs as glsl files as it collides with fsharp | dkirchhof | |
| 2021-11-28 | Update lockfile.json | GitHub | |
| 2021-11-28 | Handle .attrs() cases | Steve Occhipinti | |
| Now that there are 4 cases handled, I thought it probably needs some comments to show which case each injection is for. There are other unsupported cases, such as `.withConfig` but I'm not sure if they all belong here or into their own plugin or something. The API reference is available here: https://styled-components.com/docs/api Also, not sure if there is a more generic way of handling all these cases at once, a rule that would read: "any template string descendant from 'styled'". Will attempt to open a PR and get some advice. | |||
| 2021-11-28 | Support both styled.div and styled(Component) | Steve Occhipinti | |
| This new injection caters for code like this: ``` const IntroWindow = styled(Window)` grid-area: intro; ` ``` | |||
| 2021-11-28 | Add a basic styled-components injection | Steve Occhipinti | |
| I've never written this sort of code before but I was able to get this to work with the help of copy and paste and using nvim-treesitter/playground. I had a hard time trying to understand how to indent this style of code so I let vim do it with `=` and 2 spaces seems to match other files I looked at. This works for a basic example, like this: ``` const Layout = styled.div` position: absolute; inset: 0; display: grid; grid-template-rows: 100px 1fr 3rem; ` ``` | |||
| 2021-11-28 | yaml(injections): Also add heuristics for Gitlab CI bash | Stephan Seitz | |
| 2021-11-28 | injections(yaml): inject bash on key "run" | Stephan Seitz | |
| 2021-11-28 | highlights(bash): highlight "((" "))" | Stephan Seitz | |
| 2021-11-28 | fix: off-by-one errors in indent calculation | oxalica | |
| 2021-11-28 | Update lockfile.json | GitHub | |
| 2021-11-28 | highlights(elm): apply review comments | Stephan Seitz | |
| 2021-11-28 | feat(elm): add first elm highlight | kiyan | |
| 2021-11-28 | feat(prisma): add ftdetect | elianiva | |
| 2021-11-28 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-11-28 | test(prisma): add initial test | elianiva | |
| 2021-11-28 | fix(prisma): propert @type highlighting | elianiva | |
| 2021-11-28 | refactor(prisma): group similar nodes | elianiva | |
| 2021-11-28 | refactor(prisma): switch to alternative repo | elianiva | |
| Co-authored-by: richin13 <richin13@gmail.com> | |||
| 2021-11-28 | feat: add prisma support | elianiva | |
| 2021-11-28 | Fix docs | patrick96 | |
| 2021-11-28 | Completely remove condition from documentation | patrick96 | |
| 2021-11-28 | Make disable accept a function | patrick96 | |
| Replaces the condition setting (though it does the exact inverse) | |||
| 2021-11-28 | Rename cond to condition | patrick96 | |
| 2021-11-28 | Add documentation for cond setting | patrick96 | |
| Ref: #1994 | |||
| 2021-11-28 | zig: work around for hang neovim | maxxnino | |
