| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update lockfile.json | GitHub | 2021-11-30 | 1 | -4/+4 | |
| | | ||||||
| * | ci: add nightly again to CI | Stephan Seitz | 2021-11-30 | 1 | -2/+10 | |
| | | ||||||
| * | don't treat *.fs as glsl files as it collides with fsharp | dkirchhof | 2021-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-11-28 | 1 | -1/+1 | |
| | | ||||||
| * | Handle .attrs() cases | Steve Occhipinti | 2021-11-28 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | | | 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. | |||||
| * | Support both styled.div and styled(Component) | Steve Occhipinti | 2021-11-28 | 1 | -2/+11 | |
| | | | | | | | | | | | This new injection caters for code like this: ``` const IntroWindow = styled(Window)` grid-area: intro; ` ``` | |||||
| * | Add a basic styled-components injection | Steve Occhipinti | 2021-11-28 | 1 | -11/+16 | |
| | | | | | | | | | | | | | | | | | | | | 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; ` ``` | |||||
| * | yaml(injections): Also add heuristics for Gitlab CI bash | Stephan Seitz | 2021-11-28 | 1 | -3/+12 | |
| | | ||||||
| * | injections(yaml): inject bash on key "run" | Stephan Seitz | 2021-11-28 | 1 | -0/+9 | |
| | | ||||||
| * | highlights(bash): highlight "((" "))" | Stephan Seitz | 2021-11-28 | 2 | -0/+8 | |
| | | ||||||
| * | fix: off-by-one errors in indent calculation | oxalica | 2021-11-28 | 2 | -7/+6 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-11-28 | 1 | -4/+7 | |
| | | ||||||
| * | highlights(elm): apply review comments | Stephan Seitz | 2021-11-28 | 1 | -2/+4 | |
| | | ||||||
| * | feat(elm): add first elm highlight | kiyan | 2021-11-28 | 2 | -0/+91 | |
| | | ||||||
| * | feat(prisma): add ftdetect | elianiva | 2021-11-28 | 2 | -0/+3 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-11-28 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | test(prisma): add initial test | elianiva | 2021-11-28 | 1 | -0/+56 | |
| | | ||||||
| * | fix(prisma): propert @type highlighting | elianiva | 2021-11-28 | 1 | -1/+1 | |
| | | ||||||
| * | refactor(prisma): group similar nodes | elianiva | 2021-11-28 | 1 | -12/+22 | |
| | | ||||||
| * | refactor(prisma): switch to alternative repo | elianiva | 2021-11-28 | 2 | -43/+22 | |
| | | | | | Co-authored-by: richin13 <richin13@gmail.com> | |||||
| * | feat: add prisma support | elianiva | 2021-11-28 | 2 | -0/+55 | |
| | | ||||||
| * | Fix docs | patrick96 | 2021-11-28 | 2 | -4/+3 | |
| | | ||||||
| * | Completely remove condition from documentation | patrick96 | 2021-11-28 | 1 | -3/+0 | |
| | | ||||||
| * | Make disable accept a function | patrick96 | 2021-11-28 | 2 | -16/+34 | |
| | | | | | Replaces the condition setting (though it does the exact inverse) | |||||
| * | Rename cond to condition | patrick96 | 2021-11-28 | 2 | -5/+6 | |
| | | ||||||
| * | Add documentation for cond setting | patrick96 | 2021-11-28 | 1 | -1/+8 | |
| | | | | | Ref: #1994 | |||||
| * | zig: work around for hang neovim | maxxnino | 2021-11-28 | 1 | -10/+8 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-11-26 | 1 | -1/+1 | |
| | | | | | skip-checks: true | |||||
| * | parsers(fusion): add .git suffix necessary for Gitlab projects | Stephan Seitz | 2021-11-26 | 2 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-11-26 | 1 | -2/+2 | |
| | | ||||||
| * | parsers(fusion): add info about main branch | Stephan Seitz | 2021-11-26 | 2 | -3/+2 | |
| | | ||||||
| * | fix: incorrect hightlight groups | Jirgn | 2021-11-26 | 3 | -5/+5 | |
| | | ||||||
| * | fix: listing of grammar support | Jirgn | 2021-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | fix: typo in highlight group punct(u)ation | Jirgn | 2021-11-26 | 3 | -14/+14 | |
| | | ||||||
| * | fix: revert autogenerated lockfile for non fusion | Jirgn | 2021-11-26 | 1 | -2/+2 | |
| | | | | | This reverts commit 78b194f66cb09c0a253f6c62b8b9740d1dcd774c. | |||||
| * | fix: mark support experimental | Jirgn | 2021-11-26 | 1 | -1/+2 | |
| | | ||||||
| * | fix: autogenerated lockfile | Jirgn | 2021-11-26 | 1 | -2/+5 | |
| | | ||||||
| * | fix: autogenerated README | Jirgn | 2021-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add fusion grammar and highlights | Jirgn | 2021-11-26 | 7 | -0/+235 | |
| | | ||||||
| * | highlights(rust): organize keywords and literals | Sergio Alejandro Vargas | 2021-11-25 | 1 | -59/+70 | |
| | | | | | | | | | | - sort keywords - highlight super as a namespace (same as crate) - highlight `break` and `continue` as `repeat` keywords - don't highlight `macro_rules!` as a keyword - place all literal queries together - place function definition queries alongside function call queries | |||||
| * | highlights(rust): update operators | Sergio Alejandro Vargas | 2021-11-25 | 1 | -68/+48 | |
| | | | | | | | | | | | | | - sort operators - remove duplicated `*` - add missing `<<=` - highlight `as` correctly in path aliasing - highlight leading quote `'` as part of a label (not an operator) - highlight never type `!` as a type - sort and format punctuation | |||||
| * | Rename queries: godotResource -> godot_resource | Stephan Seitz | 2021-11-25 | 3 | -0/+0 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-11-25 | 1 | -2/+2 | |
| | | ||||||
| * | parsers: godotResource -> godot_resource | Stephan Seitz | 2021-11-25 | 1 | -1/+1 | |
| | | | | | Follows upstream renaming | |||||
| * | Update lockfile.json | GitHub | 2021-11-25 | 1 | -2/+2 | |
| | | ||||||
| * | chore: add test for ecma private fields & methods | numToStr | 2021-11-25 | 1 | -0/+25 | |
| | | ||||||
| * | ecma: highlight private properties and methods | numToStr | 2021-11-25 | 1 | -2/+3 | |
| | | ||||||
| * | Don't use the Bash grammar for Zsh files | Greg Werbin | 2021-11-24 | 1 | -1/+1 | |
| | | | | | | Zsh and Bash are not interchangeable. See <https://github.com/nvim-treesitter/nvim-treesitter/issues/655#issuecomment-978036615> | |||||
| * | Add assert that "highlight-assertions" is executable | Stephan Seitz | 2021-11-24 | 1 | -0/+6 | |
| | | ||||||
