Sublime Forum

Missing TOML Syntax

#1

I have noticed recently that TOML syntax highlighting is missing from my Sublime Text 4 installations.

I found out that by now TOML syntax is in the standard packages but it does not show up in the syntax selection list.

Any ideas where I could look for hints?

0 Likes

#2

What version of Sublime Text are you running?

0 Likes

#3

Hi @bschaaf,

I am using a licensed subl on Fedora 44:

$ subl --version
Sublime Text Build 4205
$ uname -a
Linux pc 7.0.8-200.fc44.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 14:03:46 UTC 2026 x86_64 GNU/Linux
$ cat /etc/fedora-release
Fedora release 44 (Forty Four)

Best, herdodot

0 Likes

#4

Could you check your settings for "ignored_packages" and ensure TOML is not in that list.

0 Likes

#5

Hah! Indeed, thanks @bschaafit was on the ignore list. Removing it recovers my TOML syntax highlighting! :slight_smile:

Any idea how ti could have ended up there? Also also see other packages being listed there now like A File Icon

0 Likes