Skip to content

Commit f47b45a

Browse files
committed
Merge branch 'st4-develop'
2 parents 1018d9c + 505cc55 commit f47b45a

8 files changed

+8
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
22
{"command": "expand_selection", "args": {"to": "brackets"}},
33
{"command": "expand_selection", "args": {"to": "brackets"}},
4-
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{\\+\\+\\s?(.*?)\\s*\\+\\+\\}$/\\1/g}"}}
4+
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{\\+\\+(.*?)\\+\\+\\}/\\1/g}"}}
55
]
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
22
{"command": "expand_selection", "args": {"to": "brackets"}},
33
{"command": "expand_selection", "args": {"to": "brackets"}},
4-
{"command": "move", "args": {"by": "words", "extend": true, "forward": true}},
5-
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{--.*--\\}[ \\t]*//g}"}}
4+
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{--.*?--\\}//g}"}}
65
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
22
{"command": "expand_selection", "args": {"to": "brackets"}},
33
{"command": "expand_selection", "args": {"to": "brackets"}},
4-
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{~~\\s?(.*?)\\s?~>\\s?(.*?)\\s?~~\\}$/\\2/g}"}}
4+
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{~~(.*?)~>(.*?)~~\\}/\\2/g}"}}
55
]
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
22
{"command": "expand_selection", "args": {"to": "brackets"}},
33
{"command": "expand_selection", "args": {"to": "brackets"}},
4-
{"command": "move", "args": {"by": "words", "extend": true, "forward": true}},
5-
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{\\+\\+.*\\+\\+\\}[ \\t]*//g}"}}
4+
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{\\+\\+.*?\\+\\+\\}//g}"}}
65
]
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
22
{"command": "expand_selection", "args": {"to": "brackets"}},
33
{"command": "expand_selection", "args": {"to": "brackets"}},
4-
{"command": "move", "args": {"by": "words", "extend": true, "forward": true}},
5-
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{>>.*<<\\}[ \\t]*//g}"}}
4+
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{>>.*?<<\\}//g}"}}
65
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
22
{"command": "expand_selection", "args": {"to": "brackets"}},
33
{"command": "expand_selection", "args": {"to": "brackets"}},
4-
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{--\\s?(.*?)\\s*--\\}$/\\1/g}"}}
4+
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{--(.*?)--\\}/\\1/g}"}}
55
]
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
22
{"command": "expand_selection", "args": {"to": "brackets"}},
33
{"command": "expand_selection", "args": {"to": "brackets"}},
4-
{"command": "move", "args": {"by": "words", "extend": true, "forward": true}},
5-
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{==\\s?(.*?)\\s*==\\}[ \\t]*(.*)$/\\1\\2/g}"}}
4+
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{==(.*?)==\\}/\\1/g}"}}
65
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
22
{"command": "expand_selection", "args": {"to": "brackets"}},
33
{"command": "expand_selection", "args": {"to": "brackets"}},
4-
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{~~\\s?(.*?)\\s?~>\\s?(.*?)\\s?~~\\}$/\\1/g}"}}
4+
{"command": "insert_snippet", "args": {"contents": "${SELECTION/\\{~~(.*?)~>(.*?)~~\\}/\\1/g}"}}
55
]

0 commit comments

Comments
 (0)