We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dc763 commit ba72b08Copy full SHA for ba72b08
UltiSnips/java.snippets
@@ -21,7 +21,7 @@ def nl(snip):
21
snip.rv += " "
22
def getArgs(group):
23
import re
24
- word = re.compile('[a-zA-Z0-9><.]+ \w+')
+ word = re.compile(r'[a-zA-Z0-9><.]+ \w+')
25
return [i.split(" ") for i in word.findall(group) ]
26
27
def camel(word):
0 commit comments