rust-lang / rust-lang/rust-analyzer
Add syntax highlighting for TOML files.
Open
Nobody has claimed this yet.
E-hard
fun
S-actionable
S-needs-toml
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
Because rust is officially support Tom's Obvious, Minimal Language (TOML), and usually we can not find a project without a Cargo.toml/lock files. I suggest to add a syntax highlighting without needs for external extensions.
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
No file or test is named. Start by locating rust-analyzer's existing syntax-highlighting entry point and its handling of Cargo.toml and lock files. Done means TOML syntax highlighting works without an external extension, with the relevant tests or checks passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100