From b72629064922f1f548f410a86be8f11a987c9bb2 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 19 Sep 2024 12:38:56 +0100 Subject: [PATCH] Update Odin.tmLanguage for `#+` --- Odin.tmLanguage | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Odin.tmLanguage b/Odin.tmLanguage index 8c73d70..fa98c13 100644 --- a/Odin.tmLanguage +++ b/Odin.tmLanguage @@ -127,6 +127,31 @@ + + begin + #+ + beginCaptures + + 0 + + name + punctuation.definition.comment.odin + + + end + \n + name + comment.line.double-slash.odin + patterns + + + match + (?>\\\s*\n) + name + punctuation.separator.continuation.odin + + +