From f8fea6895c6a3db67a53002bc34e1e97931b0963 Mon Sep 17 00:00:00 2001 From: Kostasn2 Date: Mon, 11 Nov 2024 11:42:04 +0200 Subject: [PATCH] Updated some comments Updated comments. --- PLI10.sublime-syntax | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PLI10.sublime-syntax b/PLI10.sublime-syntax index 7c172f6..f74f854 100644 --- a/PLI10.sublime-syntax +++ b/PLI10.sublime-syntax @@ -9,6 +9,8 @@ contexts: main: # Match comments (multi-line comments) + # Comments are first here cause i want them to take + # priority. - match: '/\*' push: - meta_scope: comment.block.pli10