emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bicep-ts-mode 9ea0b7f0cf 2/2: Highlight "az" keyword sp


From: ELPA Syncer
Subject: [elpa] externals/bicep-ts-mode 9ea0b7f0cf 2/2: Highlight "az" keyword specifically as well.
Date: Tue, 11 Mar 2025 11:59:06 -0400 (EDT)

branch: externals/bicep-ts-mode
commit 9ea0b7f0cfd4e8c48900ff2b6fb626ce03037002
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Highlight "az" keyword specifically as well.
---
 bicep-ts-mode.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bicep-ts-mode.el b/bicep-ts-mode.el
index f7f89b9efe..906a9b336f 100644
--- a/bicep-ts-mode.el
+++ b/bicep-ts-mode.el
@@ -86,7 +86,9 @@ If found, added to eglot."
   (treesit-font-lock-rules
    :language 'bicep
    :feature 'comment
-   '((comment) @font-lock-comment-face)
+   '((comment) @font-lock-comment-face
+     ((identifier) @font-lock-constant-face
+      (:equal "az" @font-lock-constant-face)))
 
    :language 'bicep
    :feature 'delimiter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]