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

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

[nongnu] elpa/swift-mode a3caf1d 163/496: Change '_' character class to


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode a3caf1d 163/496: Change '_' character class to 'symbol constituent'
Date: Sun, 29 Aug 2021 11:33:28 -0400 (EDT)

branch: elpa/swift-mode
commit a3caf1d14009f262de1b118fa5d87de6b754ddaa
Author: Chris Barrett <chris.d.barrett@me.com>
Commit: Chris Barrett <chris.d.barrett@me.com>

    Change '_' character class to 'symbol constituent'
    
    Resolves 62
---
 swift-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index 2602d26..7d69b9f 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -590,7 +590,7 @@ You can send text to the REPL process from other buffers 
containing source.
     (modify-syntax-entry ?\\ "\\" table)
 
     ;; Additional symbols
-    (modify-syntax-entry ?_ "-" table)
+    (modify-syntax-entry ?_ "_" table)
     (modify-syntax-entry ?: "_" table)
 
     ;; Comments



reply via email to

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