Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from riccardoperra:main #21

Merged
merged 2 commits into from
Oct 27, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 27, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

riccardoperra and others added 2 commits October 27, 2024 10:19

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* Add support for pascal
* docs(changeset): Add support for pascal

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* RELEASING: Releasing 2 package(s)

Releases:
  @codeimage/[email protected]
  @codeimage/[email protected]

[skip ci]

* chore(release): version packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link

cr-gpt bot commented Oct 27, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

sourcery-ai bot commented Oct 27, 2024

Reviewer's Guide by Sourcery

This PR adds Pascal language support to the codeimage project by extending the supported languages configuration and updating the corresponding changelogs.

Class diagram for updated language support

Loading
classDiagram
    class LanguageDefinition {
        id: string
        label: string
        color: string
        plugin: function
        icons: Icon[]
    }
    class Icon {
        name: string
        extension: string
        content: function
        matcher: regex
    }
    LanguageDefinition --> Icon
    class PascalLanguage {
        id: 'pascal'
        label: 'Pascal'
        color: '#E3F171'
        plugin: function
        icons: PascalIcon[]
    }
    class PascalIcon {
        name: 'Pascal'
        extension: '.pas'
        content: function
        matcher: regex
    }
    PascalLanguage --> PascalIcon
    note for PascalLanguage "New language added for Pascal support"

File-Level Changes

Change Details Files
Added Pascal language support to the supported languages configuration
  • Defined Pascal language configuration with color code #E3F171
  • Configured Pascal file extension (.pas) and icon support
  • Set up legacy mode import for Pascal syntax highlighting
packages/config/src/lib/base/languages.ts
Updated changelog files to reflect the addition of Pascal support apps/codeimage/CHANGELOG.md
packages/config/CHANGELOG.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@pull pull bot added the ⤵️ pull label Oct 27, 2024
@pull pull bot merged commit 601df71 into Abaso007:main Oct 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant