Small fix - change integer token names from .llvm to .tablegen.
This commit is contained in:
		
							parent
							
								
									90203d14e3
								
							
						
					
					
						commit
						abdd249971
					
				| 
						 | 
					@ -51,19 +51,19 @@
 | 
				
			||||||
			<key>match</key>
 | 
								<key>match</key>
 | 
				
			||||||
			<string>\b\d+\b</string>
 | 
								<string>\b\d+\b</string>
 | 
				
			||||||
			<key>name</key>
 | 
								<key>name</key>
 | 
				
			||||||
			<string>constant.numeric.dec.llvm</string>
 | 
								<string>constant.numeric.dec.tablegen</string>
 | 
				
			||||||
		</dict>
 | 
							</dict>
 | 
				
			||||||
        <dict>
 | 
					        <dict>
 | 
				
			||||||
			<key>match</key>
 | 
								<key>match</key>
 | 
				
			||||||
			<string>\b0b[01]+\b</string>
 | 
								<string>\b0b[01]+\b</string>
 | 
				
			||||||
			<key>name</key>
 | 
								<key>name</key>
 | 
				
			||||||
			<string>constant.numeric.bin.llvm</string>
 | 
								<string>constant.numeric.bin.tablegen</string>
 | 
				
			||||||
		</dict>
 | 
							</dict>
 | 
				
			||||||
        <dict>
 | 
					        <dict>
 | 
				
			||||||
			<key>match</key>
 | 
								<key>match</key>
 | 
				
			||||||
			<string>\b0x[0-9a-fA-F]+\b</string>
 | 
								<string>\b0x[0-9a-fA-F]+\b</string>
 | 
				
			||||||
			<key>name</key>
 | 
								<key>name</key>
 | 
				
			||||||
			<string>constant.numeric.hex.llvm</string>
 | 
								<string>constant.numeric.hex.tablegen</string>
 | 
				
			||||||
		</dict>
 | 
							</dict>
 | 
				
			||||||
	</array>
 | 
						</array>
 | 
				
			||||||
	<key>repository</key>
 | 
						<key>repository</key>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue