Sha256: 0029e81d84a55ac5f0494207b87d761ef402452f3c0b1078553b794290f03a74

Contents?: true

Size: 1.66 KB

Versions: 57

Compression:

Stored size: 1.66 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>fileTypes</key>
	<array>
		<string>properties</string>
	</array>
	<key>keyEquivalent</key>
	<string>^~J</string>
	<key>name</key>
	<string>Java Properties</string>
	<key>patterns</key>
	<array>
		<dict>
			<key>captures</key>
			<dict>
				<key>1</key>
				<dict>
					<key>name</key>
					<string>punctuation.definition.comment.java-props</string>
				</dict>
			</dict>
			<key>match</key>
			<string>([#!])(.+)?$\n?</string>
			<key>name</key>
			<string>comment.line.number-sign.java-props</string>
		</dict>
		<dict>
			<key>begin</key>
			<string>/\*</string>
			<key>captures</key>
			<dict>
				<key>0</key>
				<dict>
					<key>name</key>
					<string>punctuation.definition.comment.java-props</string>
				</dict>
			</dict>
			<key>end</key>
			<string>\*/</string>
			<key>name</key>
			<string>comment.block.java-props</string>
		</dict>
		<dict>
			<key>captures</key>
			<dict>
				<key>1</key>
				<dict>
					<key>name</key>
					<string>keyword.other.java-props</string>
				</dict>
				<key>2</key>
				<dict>
					<key>name</key>
					<string>punctuation.separator.key-value.java-props</string>
				</dict>
			</dict>
			<key>comment</key>
			<string>Not compliant with the properties file spec, but this works for me, and I'm the one who counts around here.</string>
			<key>match</key>
			<string>^([^:=]+)([:=])(.*)$</string>
		</dict>
	</array>
	<key>scopeName</key>
	<string>source.java-props</string>
	<key>uuid</key>
	<string>2A28E50A-6B1D-11D9-8689-000D93589AF6</string>
</dict>
</plist>

Version data entries

57 entries across 57 versions & 4 rubygems

Version Path
rmthemegen-0.0.49 lib/rmthemegen/syntaxes/JavaProperties.plist
rmthemegen-0.0.48 lib/rmthemegen/syntaxes/JavaProperties.plist
rmthemegen-0.0.47 lib/rmthemegen/syntaxes/JavaProperties.plist
rmthemegen-0.0.46 lib/rmthemegen/syntaxes/JavaProperties.plist
rmthemegen-0.0.45 lib/rmthemegen/syntaxes/JavaProperties.plist
rmthemegen-0.0.44 lib/rmthemegen/syntaxes/JavaProperties.plist
rmthemegen-0.0.42 lib/rmthemegen/syntaxes/JavaProperties.plist
rmthemegen-0.0.41 lib/rmthemegen/syntaxes/JavaProperties.plist
rmthemegen-0.0.40 lib/rmthemegen/syntaxes/JavaProperties.plist
rmthemegen-0.0.39 lib/rmthemegen/syntaxes/JavaProperties.plist
redcar-bundles-0.3 Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist
redcar-bundles-0.2-java Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist
redcar-bundles-0.1-java Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist
redcar-dev-0.12.1dev-java plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist
redcar-dev-0.12.0dev-java plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist
redcar-0.11 plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist
redcar-0.11.0dev plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist
redcar-0.10 plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist
redcar-0.9.2 plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist
redcar-0.9.1 plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist