From abe0768c1db13889fd9c39b5527eb47526d749b0 Mon Sep 17 00:00:00 2001 From: Alex Harris Date: Fri, 11 Oct 2024 18:06:07 +0100 Subject: [PATCH] feat: Added TOML section to syntax.json --- syntax.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/syntax.json b/syntax.json index a4a7f95..46726e9 100644 --- a/syntax.json +++ b/syntax.json @@ -40,6 +40,15 @@ } ] }, + { + "language": "TOML", + "markers": [ + { + "type": "line", + "pattern": "#" + } + ] + }, { "language": "Ruby", "markers": [