latest WIP
This commit is contained in:
36
Sublime/Puppet/Preferences/Comments.tmPreferences
Normal file
36
Sublime/Puppet/Preferences/Comments.tmPreferences
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Comments</string>
|
||||
<key>scope</key>
|
||||
<string>source.puppet</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>shellVariables</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>TM_COMMENT_START</string>
|
||||
<key>value</key>
|
||||
<string># </string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>TM_COMMENT_START_2</string>
|
||||
<key>value</key>
|
||||
<string>/*</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>TM_COMMENT_END_2</string>
|
||||
<key>value</key>
|
||||
<string>*/</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<key>uuid</key>
|
||||
<string>BAB15109-162D-4E1F-92F9-CA83A21169C3</string>
|
||||
</dict>
|
||||
</plist>
|
34
Sublime/Puppet/Preferences/Completions.tmPreferences
Normal file
34
Sublime/Puppet/Preferences/Completions.tmPreferences
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Completions</string>
|
||||
<key>scope</key>
|
||||
<string>source.puppet</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>completions</key>
|
||||
<array>
|
||||
<string>name</string>
|
||||
<string>provider</string>
|
||||
<string>ensure</string>
|
||||
<string>enable</string>
|
||||
<string>command</string>
|
||||
<string>path</string>
|
||||
<string>owner</string>
|
||||
<string>group</string>
|
||||
<string>refresh</string>
|
||||
<string>refreshonly</string>
|
||||
<string>unless</string>
|
||||
<string>backup</string>
|
||||
<string>content</string>
|
||||
<string>source</string>
|
||||
<string>mode</string>
|
||||
<string>recurse</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>uuid</key>
|
||||
<string>A0062DFA-F753-41C5-B48A-5DF9AA1352DD</string>
|
||||
</dict>
|
||||
</plist>
|
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>SymbolList (class_node_define)</string>
|
||||
<key>scope</key>
|
||||
<string>source.puppet entity.name.function entity.name.type</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>showInSymbolList</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
<key>uuid</key>
|
||||
<string>DCFE74BF-4295-47AB-B91E-66A5761BFA96</string>
|
||||
</dict>
|
||||
</plist>
|
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>SymbolList (resource)</string>
|
||||
<key>scope</key>
|
||||
<string>source.puppet meta.definition.resource.puppet</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>showInSymbolList</key>
|
||||
<integer>1</integer>
|
||||
<key>symbolTransformation</key>
|
||||
<string>s/^\s*(\w+)\s*{\s*['"](.*)['"]:/ \u$1["$2"]/</string>
|
||||
</dict>
|
||||
<key>uuid</key>
|
||||
<string>13DD53A2-401B-4149-82B0-001374330B40</string>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user