microsoft / microsoft/monaco-editor
TOML language support
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 46.8k
- Forks
- 4.1k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 1
Description
TOML now being in version 1.0.0 is a good candidate for a build-in language support as it is slowly starting to gain more popularity.
I have my own implementation, but it's quite broken as I'm still learning monarch. It's not a hard markup language, in case somebody more experienced wants to take a look at it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review Monaco's existing Monarch language definitions and compare them with the TOML 1.0 specification. The issue mentions a personal implementation, but provides no file, test, or entry point; done means TOML syntax is supported correctly in the editor and the relevant language-support checks pass.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100