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

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

[nongnu] elpa/nix-mode 90ac0a74b2 273/500: Merge pull request #55 from t


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 90ac0a74b2 273/500: Merge pull request #55 from teozkr/issue-54
Date: Sat, 29 Jan 2022 08:27:13 -0500 (EST)

branch: elpa/nix-mode
commit 90ac0a74b205f11dc456676b6dbefc5072e7eb6c
Merge: 84ee98019f 563f6bdb03
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #55 from teozkr/issue-54
    
    Fixed `nix-mode-comments` matching everything
---
 nix-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index 821f53b5d3..ea54a8ea87 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -54,7 +54,7 @@ Valid functions for this are:
   :type '(repeat string))
 
 (defcustom nix-mode-comments
-  '("#" "/*" "*/")
+  '("#" "/\\*" "\\*/")
   "Regular expressions to consider comment codes."
   :group 'nix-mode
   :type '(repeat string))



reply via email to

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