branch: elpa/swift-mode
commit a3caf1d14009f262de1b118fa5d87de6b754ddaa
Author: Chris Barrett <chris.d.barr...@me.com>
Commit: Chris Barrett <chris.d.barr...@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