branch: externals/bicep-ts-mode
commit 5cb02221f9b7084d4a2a3f4ec757f8f045326e72
Author: Jostein Kjønigsen <[email protected]>
Commit: Jostein Kjønigsen <[email protected]>
Fix error when commenting out lines or blocks.
---
bicep-ts-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bicep-ts-mode.el b/bicep-ts-mode.el
index 26497270cf..dd264fc79c 100644
--- a/bicep-ts-mode.el
+++ b/bicep-ts-mode.el
@@ -146,7 +146,7 @@ Return nil if there is no name or if NODE is not a defun
node."
(treesit-parser-create 'bicep)
;; Comments
- (setq-local comment-start "# ")
+ (setq-local comment-start "// ")
(setq-local comment-end "")
;; Indent.