From c51d76d99c177dc442a9372bb9033f0f4602d261 Mon Sep 17 00:00:00 2001 From: Vasiliy Tereshkov Date: Wed, 15 Sep 2021 01:03:18 +0300 Subject: [PATCH] Undo fixing syntax highlighting --- Umka.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Umka.sublime-syntax b/Umka.sublime-syntax index 1312c7fc6..c3c0ef325 100644 --- a/Umka.sublime-syntax +++ b/Umka.sublime-syntax @@ -29,7 +29,7 @@ contexts: scope: punctuation.separator.umka # Numeric literals - - match: '\b((0(X|x)[0-9|A-F|a-f]*))|[0-9.]+([Ee][+-]?[0-9]*)?\b' + - match: '\b(0[Xx])?[0-9.]+([Ee][+-]?[0-9]*)?\b' scope: constant.numeric.umka # String literals