aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/sql/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/sql/highlights.scm')
-rw-r--r--runtime/queries/sql/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/sql/highlights.scm b/runtime/queries/sql/highlights.scm
index 67eef18ae..6b4b7026f 100644
--- a/runtime/queries/sql/highlights.scm
+++ b/runtime/queries/sql/highlights.scm
@@ -42,7 +42,7 @@
(#lua-match? @number "^%d+$"))
((literal) @number.float
- (#lua-match? @number.float "^[-]?%d*\.%d*$"))
+ (#lua-match? @number.float "^[-]?%d*%.%d*$"))
(parameter) @variable.parameter