Skip to content

Commit cec9e06

Browse files
roxmaSevereOverfl0w
authored andcommitted
ncm source: $ is no longer needed in cm_refresh_patterns
1 parent b289412 commit cec9e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonx/cm_sources/acid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
abbreviation='acid',
66
scopes=['clojure'],
77
word_pattern=r'[\w!$%&*+/:<=>?@\^_~\-\.#]+',
8-
cm_refresh_patterns=[r'/$'],
8+
cm_refresh_patterns=[r'/'],
99
priority=9)
1010

1111
import os

pythonx/cm_sources/fireplace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
abbreviation='🔥',
66
scopes=['clojure'],
77
word_pattern=r'[\w!$%&*+/:<=>?@\^_~\-\.#]+',
8-
cm_refresh_patterns=[r'/$'],
8+
cm_refresh_patterns=[r'/'],
99
priority=9)
1010

1111
import sys

0 commit comments

Comments
 (0)