From 639308151bfa1f13d39adaad63be39b31dd94c90 Mon Sep 17 00:00:00 2001 From: Resike Date: Thu, 4 Apr 2019 18:33:30 +0200 Subject: [PATCH] Exponencial number fixes --- WoW Lua.sublime-syntax | 2 +- WoW XML.sublime-syntax | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WoW Lua.sublime-syntax b/WoW Lua.sublime-syntax index b5af4b823..de485b7d8 100644 --- a/WoW Lua.sublime-syntax +++ b/WoW Lua.sublime-syntax @@ -3853,7 +3853,7 @@ contexts: 1: punctuation.definition.numeric.hexadecimal.lua pop: true - - match: (\d+(?:\.\d+)?|\.\d+)([Ee][-+]?\d*)? + - match: (\d+(?:\.\d+)?|\.\d+)([Ee][-+]?\d+)? scope: constant.numeric.decimal.lua pop: true diff --git a/WoW XML.sublime-syntax b/WoW XML.sublime-syntax index 17b2d5f98..e542b9f8b 100644 --- a/WoW XML.sublime-syntax +++ b/WoW XML.sublime-syntax @@ -3853,7 +3853,7 @@ contexts: 1: punctuation.definition.numeric.hexadecimal.lua pop: true - - match: (\d+(?:\.\d+)?|\.\d+)([Ee][-+]?\d*)? + - match: (\d+(?:\.\d+)?|\.\d+)([Ee][-+]?\d+)? scope: constant.numeric.decimal.lua pop: true