TOML being highlighted as SQL
- Dominant language
- JavaScript
- Stars
- 211
- Forks
- 36
- Avg merge
- 6h 49m
- Merged PRs (30d)
- 1
Description
### Describe the bug
I have a Markdown code block labeled as "toml", but it's also getting classified as SQL, which is leading to incorrect highlighting.
### Steps to reproduce
- Create a slide with:
```toml
[[packages.wheels]]
name = "..."
upload-time = ...
url = "..."
path = "..."
size = ...
hashes = {...}
```
- Notice how "load-time" and "size" are in bold.
### Expected behavior
No bolding.
### Screenshots

### Environment
- Operating System:
- Python version:
- Software versions:
- Briefcase:
- Toga:
- ...
### Logs
```
```
### Additional context
_No response_
Contributor guide
Research direction
The issue names no source file or test; start by locating the Markdown code-block syntax-highlighting path and the language classification for `toml`. Reproduce the shown slide and verify that TOML is no longer also classified as SQL and that the affected values are not bolded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- content
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100