about summary refs log tree commit diff stats
path: root/subx.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-10 16:55:03 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-18 00:44:49 -0700
commit8becbf3c542ecaf2df29ea80cf178921fbc67e82 (patch)
treea42da88d59a6b0ed5e983561c966c78c8aa3fec8 /subx.vim
parent94a60e2b1bb273f5c98fc3b71ebb1de4f0086525 (diff)
downloadmu-8becbf3c542ecaf2df29ea80cf178921fbc67e82.tar.gz
mu.subx: all parsing tests passing
Diffstat (limited to 'subx.vim')
-rw-r--r--subx.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx.vim b/subx.vim
index f63a13c9..6c6d6acc 100644
--- a/subx.vim
+++ b/subx.vim
@@ -38,7 +38,7 @@ set cpo&vim
 setlocal formatoptions-=t  " allow long lines
 setlocal formatoptions+=c  " but comments should still wrap
 
-setlocal iskeyword+=-,?,<,>,$
+setlocal iskeyword+=-,?,<,>,$,@
 
 syntax match subxH1Comment /# - .*/ | highlight link subxH1Comment Comment
 syntax match subxComment /#\( \.\| - \|? \)\@!.*/ | highlight link subxComment Comment