File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 <key >showInSymbolList </key >
1212 <integer >1 </integer >
1313 <key >symbolTransformation </key >
14- <string >s/^\s*(\w +)\s*{\s*['"](.*)['"]:/ \u$1["$2"]/ </string >
14+ <string >s/^\s*(\S +)\s*{\s*['"](.*)['"]:/ \u$1["$2"]/ </string >
1515 </dict >
1616 <key >uuid </key >
1717 <string >13DD53A2-401B-4149-82B0-001374330B40 </string >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ contexts:
7676 captures :
7777 1 : storage.type.puppet
7878 2 : entity.name.section.puppet
79- - match : ' ^\s*(\w +)\s*{\s*(['' "].+['' "])\s*:'
79+ - match : ' ^\s*(\S +)\s*{\s*(['' "].+['' "])\s*:'
8080 scope : meta.definition.resource.puppet
8181 captures :
8282 1 : storage.type.puppet
Original file line number Diff line number Diff line change 201201 </dict >
202202 </dict >
203203 <key >match </key >
204- <string >^\s*(\w +)\s*{\s*(['"].+['"]): </string >
204+ <string >^\s*(\S +)\s*{\s*(['"].+['"]): </string >
205205 <key >name </key >
206206 <string >meta.definition.resource.puppet </string >
207207 </dict >
You can’t perform that action at this time.
0 commit comments