Skip to content

feat(languages): add vhdl (@joelievt)#7924

Open
joelievt wants to merge 2 commits intomonkeytypegame:masterfrom
joelievt:feat-vhdl
Open

feat(languages): add vhdl (@joelievt)#7924
joelievt wants to merge 2 commits intomonkeytypegame:masterfrom
joelievt:feat-vhdl

Conversation

@joelievt
Copy link
Copy Markdown

@joelievt joelievt commented May 7, 2026

Description

Adds VHDL. There's already SystemVerilog, so this completes the big HDL pair. Word list is IEEE 1076-2008 reserved words plus a few stdlib identifiers.

Also added some quotes, which are listings from Free Range VHDL.

Checks

  • Adding quotes?
    • Make sure to include translations for the quotes in the description (or another comment) so we can verify their content.
      • (Not needed?)
  • Adding a language?
    • Add language to packages/schemas/src/languages.ts
    • Add language to exactly one group in frontend/src/ts/constants/languages.ts
    • Add language json file to frontend/static/languages
  • Check if any open issues are related to this PR; if so, be sure to tag them below.
    • None
  • Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info)
  • Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.

@monkeytypegeorge monkeytypegeorge added frontend User interface or web stuff assets Languages, themes, layouts, etc. packages Changes in local packages labels May 7, 2026
Comment thread packages/schemas/src/languages.ts Outdated
"code_visual_basic",
"code_arduino",
"code_systemverilog",
"code_vhdl",
Copy link
Copy Markdown
Contributor

@Leonabcd123 Leonabcd123 May 7, 2026

Choose a reason for hiding this comment

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

Per the languages documentation:

"Go to packages/schemas/src/languages.ts and add your new language name at the end of the LanguageSchema enum."

Please move it to the end of the enum (also move it to the end of the code group in frontend/src/ts/constants/languages.ts).

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assets Languages, themes, layouts, etc. frontend User interface or web stuff packages Changes in local packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants