From 7b35337b7d1f053078d6ce7c638111d9013ad637 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Mon, 16 Mar 2026 17:05:55 +0100 Subject: [PATCH] glsl: Highlight null as builtin constant (#51680) Mostly just a test to check whether everything works properly now. Release Notes: - N/A --- extensions/glsl/languages/glsl/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/glsl/languages/glsl/highlights.scm b/extensions/glsl/languages/glsl/highlights.scm index 9f0754b61ed2f8a596e186063224499f2afd1188..0509d0f5ef00977a8f809baa4684a09628dd0172 100644 --- a/extensions/glsl/languages/glsl/highlights.scm +++ b/extensions/glsl/languages/glsl/highlights.scm @@ -57,7 +57,7 @@ (system_lib_string) ] @string -(null) @constant +(null) @constant.builtin [ (number_literal)