aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lockfile.jsonGitHub2021-11-301-4/+4
|
* ci: add nightly again to CIStephan Seitz2021-11-301-2/+10
|
* don't treat *.fs as glsl files as it collides with fsharpdkirchhof2021-11-301-1/+1
|
* Update lockfile.jsonGitHub2021-11-281-1/+1
|
* Handle .attrs() casesSteve Occhipinti2021-11-281-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 Occhipinti2021-11-281-2/+11
| | | | | | | | | | This new injection caters for code like this: ``` const IntroWindow = styled(Window)` grid-area: intro; ` ```
* Add a basic styled-components injectionSteve Occhipinti2021-11-281-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 bashStephan Seitz2021-11-281-3/+12
|
* injections(yaml): inject bash on key "run"Stephan Seitz2021-11-281-0/+9
|
* highlights(bash): highlight "((" "))"Stephan Seitz2021-11-282-0/+8
|
* fix: off-by-one errors in indent calculationoxalica2021-11-282-7/+6
|
* Update lockfile.jsonGitHub2021-11-281-4/+7
|
* highlights(elm): apply review commentsStephan Seitz2021-11-281-2/+4
|
* feat(elm): add first elm highlightkiyan2021-11-282-0/+91
|
* feat(prisma): add ftdetectelianiva2021-11-282-0/+3
|
* [docgen] Update README.mdGithub Actions2021-11-281-0/+1
| | | | skip-checks: true
* test(prisma): add initial testelianiva2021-11-281-0/+56
|
* fix(prisma): propert @type highlightingelianiva2021-11-281-1/+1
|
* refactor(prisma): group similar nodeselianiva2021-11-281-12/+22
|
* refactor(prisma): switch to alternative repoelianiva2021-11-282-43/+22
| | | | Co-authored-by: richin13 <richin13@gmail.com>
* feat: add prisma supportelianiva2021-11-282-0/+55
|
* Fix docspatrick962021-11-282-4/+3
|
* Completely remove condition from documentationpatrick962021-11-281-3/+0
|
* Make disable accept a functionpatrick962021-11-282-16/+34
| | | | Replaces the condition setting (though it does the exact inverse)
* Rename cond to conditionpatrick962021-11-282-5/+6
|
* Add documentation for cond settingpatrick962021-11-281-1/+8
| | | | Ref: #1994
* zig: work around for hang neovimmaxxnino2021-11-281-10/+8
|
* Update lockfile.jsonGitHub2021-11-261-1/+1
|
* [docgen] Update README.mdGithub Actions2021-11-261-1/+1
| | | | skip-checks: true
* parsers(fusion): add .git suffix necessary for Gitlab projectsStephan Seitz2021-11-262-2/+2
|
* Update lockfile.jsonGitHub2021-11-261-2/+2
|
* parsers(fusion): add info about main branchStephan Seitz2021-11-262-3/+2
|
* fix: incorrect hightlight groupsJirgn2021-11-263-5/+5
|
* fix: listing of grammar supportJirgn2021-11-261-1/+1
|
* fix: typo in highlight group punct(u)ationJirgn2021-11-263-14/+14
|
* fix: revert autogenerated lockfile for non fusionJirgn2021-11-261-2/+2
| | | | This reverts commit 78b194f66cb09c0a253f6c62b8b9740d1dcd774c.
* fix: mark support experimentalJirgn2021-11-261-1/+2
|
* fix: autogenerated lockfileJirgn2021-11-261-2/+5
|
* fix: autogenerated READMEJirgn2021-11-261-1/+1
|
* feat: add fusion grammar and highlightsJirgn2021-11-267-0/+235
|
* highlights(rust): organize keywords and literalsSergio Alejandro Vargas2021-11-251-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 operatorsSergio Alejandro Vargas2021-11-251-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_resourceStephan Seitz2021-11-253-0/+0
|
* Update lockfile.jsonGitHub2021-11-251-2/+2
|
* parsers: godotResource -> godot_resourceStephan Seitz2021-11-251-1/+1
| | | | Follows upstream renaming
* Update lockfile.jsonGitHub2021-11-251-2/+2
|
* chore: add test for ecma private fields & methodsnumToStr2021-11-251-0/+25
|
* ecma: highlight private properties and methodsnumToStr2021-11-251-2/+3
|
* Don't use the Bash grammar for Zsh filesGreg Werbin2021-11-241-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 executableStephan Seitz2021-11-241-0/+6
|