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

added VSG (a verilog formatter by jeremiah-c-leary/vhdl-style-guide) #6110

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

superzanti
Copy link
Contributor

Describe your changes

I added VSG which is a VHDL formatter.

Issue ticket number and link

Checklist before requesting a review

  • I have successfully tested installation of the package.
  • I have successfully tested the package after installation.

Simply installing VSG from mason and using the following lua for conform.nvim (which already supports VSG) provides full support:

        require("conform").setup({
            formatters_by_ft = {
                vhdl = { "vsg" },
            },
        })

Screenshots

@williambotman williambotman requested a review from a team June 13, 2024 16:16
Copy link
Member

@williamboman williamboman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

packages/vsg/package.yaml Show resolved Hide resolved
@williamboman williamboman enabled auto-merge (squash) December 20, 2024 02:21
@williamboman williamboman enabled auto-merge (squash) December 20, 2024 02:21
@williamboman williamboman merged commit 40fa8ac into mason-org:main Dec 20, 2024
18 checks passed
williamboman added a commit to coder3101/mason-registry that referenced this pull request Dec 20, 2024
* origin/main: (1913 commits)
  feat: add jayvee-language-server (mason-org#6160)
  bump(vsg): update to v3.28.0 (mason-org#8293)
  bump(language-server-bitbake): update to v2.7.0 (mason-org#8292)
  feat: Add brunette package.yaml file for Python code formatter (mason-org#6132)
  feat: add language-server-bitbake (mason-org#6103)
  feat: add VSG (a verilog formatter by jeremiah-c-leary/vhdl-style-guide) (mason-org#6110)
  feat: add stree (mason-org#5871)
  feat: add xcbeautify (mason-org#5923)
  bump(terraform-ls): update to v0.36.3 (mason-org#8291)
  bump(elp): update to v2024-12-09 (mason-org#8167)
  bump(sonarlint-language-server): update to v4.14.0 (mason-org#8122)
  bump(php-cs-fixer): update to v3.65.0 (mason-org#8027)
  bump(swiftlint): update to v0.57.1 (mason-org#8024)
  bump(ada-language-server): update to v26 (mason-org#7970)
  bump(jdtls): update to v1.43.0 (mason-org#8066)
  bump(stylua): update to v2 (mason-org#7959)
  chore(cuepls): add deprecation message (mason-org#8285)
  bump(pretty-php): update to v0.4.82 (mason-org#8286)
  bump(jdtls): upgrade 1.41.0 -> 1.42.0 (mason-org#8072)
  bump(clojure-lsp): update to v2024.11.08-17.49.29 (mason-org#7896)
  ...
TungstnBallon pushed a commit to TungstnBallon/mason-registry that referenced this pull request Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants