beeware / beeware/podium

TOML being highlighted as SQL

Open
#72 2 comments 0 reactions 0 assignees View on GitHub
bug
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

![Image](https://github.com/user-attachments/assets/128e85b9-559c-4f8c-9cac-bdf738b7e072)

### Environment

- Operating System:
- Python version:
- Software versions:
- Briefcase:
- Toga:
- ...

### Logs

```

```

### Additional context

_No response_

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.