From a9bf9743e82580ae46b58f44421a26f14bc04462 Mon Sep 17 00:00:00 2001 From: mkorje Date: Thu, 20 Mar 2025 14:58:21 +1100 Subject: [PATCH] Fix captures in `highlights.scm` --- runtime/queries/prolog/highlights.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/runtime/queries/prolog/highlights.scm b/runtime/queries/prolog/highlights.scm index a078b8185..ec59d8034 100644 --- a/runtime/queries/prolog/highlights.scm +++ b/runtime/queries/prolog/highlights.scm @@ -2,18 +2,18 @@ (atom) @constant -((atom) @boolean - (#eq? @boolean "true")) +((atom) @constant.builtin.boolean + (#eq? @constant.builtin.boolean "true")) -((atom) @boolean - (#eq? @boolean "false")) +((atom) @constant.builtin.boolean + (#eq? @constant.builtin.boolean "false")) (functional_notation - function: (atom) @function.call) + function: (atom) @function) -(integer) @number +(integer) @constant.numeric.integer -(float_number) @number.float +(float_number) @constant.numeric.float (directive_head) @operator