Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Add editor languages #3

Open
2 of 5 tasks
DanielleHuisman opened this issue Oct 8, 2021 · 1 comment
Open
2 of 5 tasks

Add editor languages #3

DanielleHuisman opened this issue Oct 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@DanielleHuisman
Copy link
Member

DanielleHuisman commented Oct 8, 2021

  • Text
  • JSON
  • VHDL
  • Verilog
  • Haskell

Most non-default languages in VS Code are made using TextMate language definitions (.tmLanguage). Unfortunately, these are not supported in the Monaco editor. There is a project (possibly outdated) that adds TextMate support to Monaco, but this requires (heavy) modifications to Monaco and might not receive updates regularly. Alternatively, the TextMate language definitions could be converted to the native Monaco format.

@DanielleHuisman DanielleHuisman added the enhancement New feature or request label Oct 8, 2021
@DanielleHuisman
Copy link
Member Author

Something might have changed, because Verilog (.v) files do have syntax highlighting. I have not yet tested the other languages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant