mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-30 22:54:07 +00:00 
			
		
		
		
	Highlight capitalized function calls / man page references
This commit is contained in:
		
							
								
								
									
										2
									
								
								assets/syntaxes/Manpage.sublime-syntax
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								assets/syntaxes/Manpage.sublime-syntax
									
									
									
									
										vendored
									
									
								
							| @@ -36,7 +36,7 @@ contexts: | ||||
|     - match: '^\S.*$' | ||||
|       scope: markup.heading | ||||
|  | ||||
|     - match: '\b([a-z0-9_\-]+)(\()([^)]*)(\))' | ||||
|     - match: '\b([A-Za-z0-9_\-]+)(\()([^)]*)(\))' | ||||
|       captures: | ||||
|         1: entity.name.function | ||||
|         2: keyword.operator | ||||
|   | ||||
		Reference in New Issue
	
	Block a user