branch: externals/bicep-ts-mode
commit 625d03d1f63e4a35a9e62dd4d8b06d80134109d8
Author: Jostein Kjønigsen <jost...@kjonigsen.net>
Commit: Jostein Kjønigsen <jost...@kjonigsen.net>

    We're allowed to bump the version every now and then!
---
 bicep-ts-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bicep-ts-mode.el b/bicep-ts-mode.el
index 6ed8a4dbd4..7c01066f87 100644
--- a/bicep-ts-mode.el
+++ b/bicep-ts-mode.el
@@ -6,7 +6,7 @@
 ;; Maintainer : Jostein Kjønigsen <jost...@kjonigsen.net>
 ;; Created    : December 2023
 ;; Keywords   : bicep languages tree-sitter
-;; Version    : 0.1.3
+;; Version    : 0.1.4
 ;; X-URL      : https://github.com/josteink/bicep-ts-mode
 
 ;; This file is part of GNU Emacs.
@@ -152,8 +152,7 @@ Changes may require an Emacs-restart to take effect."
       (identifier) @font-lock-variable-use-face)
      (member_expression
       object: (identifier) @font-lock-variable-use-face)
-     (member_expression
-      property: (property_identifier) @font-lock-property-use-face)
+     (property_identifier) @font-lock-property-use-face
      (if_statement
       (parenthesized_expression
        (identifier) @font-lock-variable-use-face))
@@ -285,6 +284,7 @@ Return the first matching node, or nil if none is found."
 
     ;; Comments
     (setq-local comment-start "// ")
+    (setq-local comment-start-skip "//+\\s-*")
     (setq-local comment-end "")
 
     ;; Indent.

Reply via email to