File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
data/fixtures/recorded/languages/css Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11languageId : css
22command :
3- version : 7
4- spokenForm : change every unit
3+ version : 6
4+ spokenForm : change unit
55 action :
66 name : clearAndSetSelection
77 target :
88 type : primitive
99 modifiers :
10- - type : everyScope
10+ - type : containingScope
1111 scopeType : {type: unit}
12- usePrePhraseSnapshot : false
12+ usePrePhraseSnapshot : true
1313initialState :
1414 documentContents : |-
1515 div {
1616 padding: 25px 50px 75px 100px;
1717 }
18+
1819 selections :
1920 - anchor : {line: 1, character: 4}
2021 active : {line: 1, character: 4}
@@ -24,6 +25,7 @@ finalState:
2425 div {
2526 padding: 25 50 75 100;
2627 }
28+
2729 selections :
2830 - anchor : {line: 1, character: 15}
2931 active : {line: 1, character: 15}
Original file line number Diff line number Diff line change 9797 (#allow-multiple! @unit )
9898) @_.domain
9999
100+ (integer_value
101+ (unit) @unit
102+ ) @_.domain
103+
100104;; !! @namespace prefix "XML-namespace-URL";
101105;; ! ^^^^^^^^^^^^^^^^^^^^^^^^^^
102106(namespace_statement
You can’t perform that action at this time.
0 commit comments