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

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

[nongnu] elpa/typescript-mode c766ec8009 159/222: Include symbol constit


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode c766ec8009 159/222: Include symbol constituents in typescript--function-call-re
Date: Sun, 6 Feb 2022 16:59:29 -0500 (EST)

branch: elpa/typescript-mode
commit c766ec8009d5de0fcf605eac6238ea6d6c0f3d6e
Author: Sebastian Sturm <mail@sebastian-sturm.de>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Include symbol constituents in typescript--function-call-re
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 1ae5ebc564..5549a479a0 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -297,7 +297,7 @@ Match group 1 is MUMBLE.")
    '("console"))
   "Regular expression matching builtins.")
 
-(defconst typescript--function-call-re "\\(\\w+\\)\\(<.+>\\)?\s*("
+(defconst typescript--function-call-re 
"\\(\\(?:\\w\\|\\s_\\)+\\)\\(<.+>\\)?\s*("
   "Regular expression matching function calls.")
 
 (defconst typescript--font-lock-keywords-1



reply via email to

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