about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/subx.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/subx.vim b/subx/subx.vim
index 4e8cf58a..50ae22ba 100644
--- a/subx/subx.vim
+++ b/subx/subx.vim
@@ -44,7 +44,7 @@ syntax match subxCommentedCode "#? .*"  | highlight link subxCommentedCode Comme
 let b:cmt_head = "#? "
 
 " comment token
-syntax match subxDelimiter / \. /  | highlight link subxDelimiter CommentedCode
+syntax match subxDelimiter / \. /  | highlight link subxDelimiter Normal
 
 syntax match subxString %"[^"]*"% | highlight link subxString Constant
 
;boothj5@gmail.com> 2015-03-15 19:35:25 +0000 Added receipt.sent theme setting' href='/danisanti/profani-tty/commit/themes/batman?id=b21edfaa51e1a4e6cbfb22fa501a4c38bb4189b7'>b21edfaa ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50