From 50fc1b6b352847116ed25403cbff581e1e8359e9 Mon Sep 17 00:00:00 2001 From: Benjamin Graham Date: Sun, 3 Oct 2021 11:50:47 -0400 Subject: [PATCH] Highlighting fixed --- queries/llvm/highlights.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/queries/llvm/highlights.scm b/queries/llvm/highlights.scm index 73bdedb32..1f440f7f6 100644 --- a/queries/llvm/highlights.scm +++ b/queries/llvm/highlights.scm @@ -5,8 +5,10 @@ (string) @string (label) @label (keyword) @keyword +"ret" @keyword.return (boolean) @boolean -(float) @number +(float) @float (constant) @identifier (identifier) @constant -(punctuation) @punctuation +(symbol) @punctuation.delimiter +(bracket) @punctuation.bracket