133 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			133 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <?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>td</string></array>
 | |
| 	<key>foldingStartMarker</key>
 | |
| 	<string>/\*\*|\{\s*$</string>
 | |
| 	<key>foldingStopMarker</key>
 | |
| 	<string>\*\*/|^\s*\}</string>
 | |
| 	<key>name</key>
 | |
| 	<string>TableGen</string>
 | |
| 	<key>patterns</key>
 | |
| 	<array>
 | |
| 		<dict>
 | |
| 			<key>include</key>
 | |
| 			<string>#comments</string>
 | |
| 		</dict>
 | |
| 		<dict>
 | |
| 			<key>match</key>
 | |
| 			<string>\b(def|let|in|code|dag|string|list|bits|bit|field|include|defm|foreach|class|multiclass|int)\b</string>
 | |
| 			<key>name</key>
 | |
| 			<string>keyword.control.tablegen</string>
 | |
| 		</dict>
 | |
| 		<dict>
 | |
| 			<key>begin</key>
 | |
| 			<string>"</string>
 | |
| 			<key>end</key>
 | |
| 			<string>"</string>
 | |
| 			<key>name</key>
 | |
| 			<string>string.quoted.double.untitled</string>
 | |
| 			<key>patterns</key>
 | |
| 			<array>
 | |
| 				<dict>
 | |
| 					<key>match</key>
 | |
| 					<string>\\.</string>
 | |
| 					<key>name</key>
 | |
| 					<string>constant.character.escape.tablegen</string>
 | |
| 				</dict>
 | |
| 			</array>
 | |
| 		</dict>
 | |
| 	</array>
 | |
| 	<key>repository</key>
 | |
| 	<dict>
 | |
| 		<key>comments</key>
 | |
| 		<dict>
 | |
| 			<key>patterns</key>
 | |
| 			<array>
 | |
| 				<dict>
 | |
| 					<key>captures</key>
 | |
| 					<dict>
 | |
| 						<key>1</key>
 | |
| 						<dict>
 | |
| 							<key>name</key>
 | |
| 							<string>meta.toc-list.banner.block.tablegen</string>
 | |
| 						</dict>
 | |
| 					</dict>
 | |
| 					<key>match</key>
 | |
| 					<string>^/\* =(\s*.*?)\s*= \*/$\n?</string>
 | |
| 					<key>name</key>
 | |
| 					<string>comment.block.tablegen</string>
 | |
| 				</dict>
 | |
| 				<dict>
 | |
| 					<key>begin</key>
 | |
| 					<string>/\*</string>
 | |
| 					<key>captures</key>
 | |
| 					<dict>
 | |
| 						<key>0</key>
 | |
| 						<dict>
 | |
| 							<key>name</key>
 | |
| 							<string>punctuation.definition.comment.tablegen</string>
 | |
| 						</dict>
 | |
| 					</dict>
 | |
| 					<key>end</key>
 | |
| 					<string>\*/</string>
 | |
| 					<key>name</key>
 | |
| 					<string>comment.block.tablegen</string>
 | |
| 				</dict>
 | |
| 				<dict>
 | |
| 					<key>match</key>
 | |
| 					<string>\*/.*\n</string>
 | |
| 					<key>name</key>
 | |
| 					<string>invalid.illegal.stray-comment-end.tablegen</string>
 | |
| 				</dict>
 | |
| 				<dict>
 | |
| 					<key>captures</key>
 | |
| 					<dict>
 | |
| 						<key>1</key>
 | |
| 						<dict>
 | |
| 							<key>name</key>
 | |
| 							<string>meta.toc-list.banner.line.tablegen</string>
 | |
| 						</dict>
 | |
| 					</dict>
 | |
| 					<key>match</key>
 | |
| 					<string>^// =(\s*.*?)\s*=\s*$\n?</string>
 | |
| 					<key>name</key>
 | |
| 					<string>comment.line.banner.tablegen</string>
 | |
| 				</dict>
 | |
| 				<dict>
 | |
| 					<key>begin</key>
 | |
| 					<string>//</string>
 | |
| 					<key>beginCaptures</key>
 | |
| 					<dict>
 | |
| 						<key>0</key>
 | |
| 						<dict>
 | |
| 							<key>name</key>
 | |
| 							<string>punctuation.definition.comment.tablegen</string>
 | |
| 						</dict>
 | |
| 					</dict>
 | |
| 					<key>end</key>
 | |
| 					<string>$\n?</string>
 | |
| 					<key>name</key>
 | |
| 					<string>comment.line.double-slash.tablegen</string>
 | |
| 					<key>patterns</key>
 | |
| 					<array>
 | |
| 						<dict>
 | |
| 							<key>match</key>
 | |
| 							<string>(?>\\\s*\n)</string>
 | |
| 							<key>name</key>
 | |
| 							<string>punctuation.separator.continuation.tablegen</string>
 | |
| 						</dict>
 | |
| 					</array>
 | |
| 				</dict>
 | |
| 			</array>
 | |
| 		</dict>
 | |
| 	</dict>
 | |
| 	<key>scopeName</key>
 | |
| 	<string>source.tablegen</string>
 | |
| 	<key>uuid</key>
 | |
| 	<string>3A090BFC-E74B-4993-8DAE-7CCF6D238A32</string>
 | |
| </dict>
 | |
| </plist>
 |