Add special function and delimiter queries
This commit is contained in:
		
							parent
							
								
									a01275f310
								
							
						
					
					
						commit
						f105b38723
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -10,12 +10,14 @@ pub static COMMON_HIGHLIGHT_NAMES: &[&str] = &[ | ||||||
|     "constant.builtin", |     "constant.builtin", | ||||||
|     "constant.character", |     "constant.character", | ||||||
|     "constructor", |     "constructor", | ||||||
|  |     "delimiter", | ||||||
|     "embedded", |     "embedded", | ||||||
|     "escape", |     "escape", | ||||||
|     "function", |     "function", | ||||||
|     "function.builtin", |     "function.builtin", | ||||||
|     "function.macro", |     "function.macro", | ||||||
|     "function.method", |     "function.method", | ||||||
|  |     "function.special", | ||||||
|     "injection.content", |     "injection.content", | ||||||
|     "injection.language", |     "injection.language", | ||||||
|     "keyword", |     "keyword", | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue