mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-30 06:33:59 +00:00 
			
		
		
		
	Highlight systemd files and Pacman hooks as .ini files
This commit is contained in:
		
							
								
								
									
										2
									
								
								assets/README.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								assets/README.md
									
									
									
									
										vendored
									
									
								
							| @@ -32,7 +32,7 @@ themes (`bat cache --clear`). | ||||
| The following files have been manually modified after converting from a `.tmLanguage` file: | ||||
|  | ||||
| * `Dart.sublime-syntax` => removed `#regex.dart` include. | ||||
| * `INI.sublime-syntax` => added `.hgrc`, `hgrc`, and `desktop` file types. | ||||
| * `INI.sublime-syntax` => added `.hgrc`, `hgrc`, `desktop`, `hook`, `automount`, `device`, `dnssd` `link`, `mount`, `netdev`, `network`, `nspawn`, `path`, `service`, `slice`, `socket`, `swap`, `target`, and `timer` file types. | ||||
| * `Org mode.sublime-syntax` => removed `task` file type. | ||||
| * `SML.sublime_syntax` => removed `ml` file type. | ||||
|  | ||||
|   | ||||
							
								
								
									
										16
									
								
								assets/syntaxes/02_Extra/INI.sublime-syntax
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								assets/syntaxes/02_Extra/INI.sublime-syntax
									
									
									
									
										vendored
									
									
								
							| @@ -18,6 +18,22 @@ file_extensions: | ||||
|   - .editorconfig | ||||
|   - .hgrc | ||||
|   - hgrc | ||||
|   - hook | ||||
|   - automount | ||||
|   - device | ||||
|   - dnssd | ||||
|   - link | ||||
|   - mount | ||||
|   - netdev | ||||
|   - network | ||||
|   - nspawn | ||||
|   - path | ||||
|   - service | ||||
|   - slice | ||||
|   - socket | ||||
|   - swap | ||||
|   - target | ||||
|   - timer | ||||
| scope: source.ini | ||||
| contexts: | ||||
|   main: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user