feat: Added TOML section to syntax.json

This commit is contained in:
Alex Harris 2024-10-11 18:06:07 +01:00
parent 5f25ec7c8e
commit abe0768c1d

View File

@ -40,6 +40,15 @@
}
]
},
{
"language": "TOML",
"markers": [
{
"type": "line",
"pattern": "#"
}
]
},
{
"language": "Ruby",
"markers": [