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

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

[elpa] master 6cf9ea4 07/38: Add jsdoc highlighting for yield and yields


From: Dmitry Gutov
Subject: [elpa] master 6cf9ea4 07/38: Add jsdoc highlighting for yield and yields
Date: Wed, 28 Feb 2018 20:12:08 -0500 (EST)

branch: master
commit 6cf9ea427bb673d9bc5987ae8adb273edb74acc7
Author: felipe <address@hidden>
Commit: felipe <address@hidden>

    Add jsdoc highlighting for yield and yields
    
    http://usejsdoc.org/tags-yields.html
---
 js2-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/js2-mode.el b/js2-mode.el
index 4ba99ec..983c919 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -6924,6 +6924,8 @@ of a simple name.  Called before EXPR has a parent node."
              "requires"
              "return"
              "returns"
+             "yield"
+             "yields"
              "throw"
              "throws"))
           "\\)\\)\\s-*\\({[^}]+}\\)?")



reply via email to

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