mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	Handle non-unicode characters in the preprocessor
This commit is contained in:
		| @@ -25,3 +25,7 @@ contexts: | ||||
|       scope: entity.other.attribute-name.show-nonprintable.escape | ||||
|     - match: "␈" | ||||
|       scope: entity.other.attribute-name.show-nonprintable.backspace | ||||
|     - match: "\\\\x[A-Z0-9][A-Z0-9]" | ||||
|       scope: comment.block.show-nonprintable.backspace | ||||
|     - match: "\\\\u\\{[a-z0-9]+\\}" | ||||
|       scope: comment.block.show-nonprintable.backspace | ||||
|   | ||||
		Reference in New Issue
	
	Block a user