Sha256: ea3334906e25012bb13daa255ec10941b93f492845b895eaa28b131a9a0d2178
Contents?: true
Size: 874 Bytes
Versions: 21
Compression:
Stored size: 874 Bytes
Contents
<?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>fileTypes</key> <array> <string>(internal)</string> </array> <key>name</key> <string>Groovy REPL</string> <key>scopeName</key> <string>repl.groovy</string> <key>patterns</key> <array> <dict> <key>begin</key> <string>^groovy></string> <key>beginCaptures</key> <dict> <key>1</key> <dict> <key>name</key> <string>keyword.control.repl</string> </dict> </dict> <key>end</key> <string>^(=>|x>)</string> <key>name</key> <string>repl.entry source.groovy</string> <key>patterns</key> <array> <dict> <key>include</key> <string>source.groovy</string> </dict> </array> </dict> </array> </dict> </plist>
Version data entries
21 entries across 21 versions & 4 rubygems