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

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

[nongnu] elpa/evil-matchit 18cf34bc62 150/244: Update evil-matchit-veril


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 18cf34bc62 150/244: Update evil-matchit-verilog.el
Date: Thu, 6 Jan 2022 02:58:57 -0500 (EST)

branch: elpa/evil-matchit
commit 18cf34bc6256bcde63b4a9103586e2c7c2a8b4b8
Author: AitBits <ycg1221@gmail.com>
Commit: GitHub <noreply@github.com>

    Update evil-matchit-verilog.el
    
    Added missing bar between package and covergroup keywords.
---
 evil-matchit-verilog.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/evil-matchit-verilog.el b/evil-matchit-verilog.el
index f06c8d8e88..0f29b40196 100644
--- a/evil-matchit-verilog.el
+++ b/evil-matchit-verilog.el
@@ -63,7 +63,7 @@
 
 ;; should try next howto, the purpose is avoid missing any howto
 (defvar evilmi-verilog-extract-keyword-howtos
-  '(("^[ 
\t]*\\(while\\|module\\|primitive\\|case\\|function\\|specify\\|table\\|class\\|program\\|clocking\\|property\\|sequence\\|package\\covergroup\\|generate\\|interface\\|task\\|fork\\|join[a-z]*\\)"
 1)
+  '(("^[ 
\t]*\\(while\\|module\\|primitive\\|case\\|function\\|specify\\|table\\|class\\|program\\|clocking\\|property\\|sequence\\|package\\|covergroup\\|generate\\|interface\\|task\\|fork\\|join[a-z]*\\)"
 1)
     ("^[ \t]*\\(end[a-z]+\\)" 1)
     ("^[ \t]*\\(`[a-z]+\\)" 1) ; macro
     ("\\([^a-z]\\|^\\)\\(begin\\|end\\)\\([^a-z]\\|$\\)" 2)))
@@ -123,4 +123,4 @@
                      evilmi-verilog-extract-keyword-howtos)))
 
 (provide 'evil-matchit-verilog)
-;;; evil-matchit-verilog.el ends here
\ No newline at end of file
+;;; evil-matchit-verilog.el ends here



reply via email to

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