fix: add swiftinterface as a swift file extension
This commit is contained in:
		
							parent
							
								
									ddc1c02dbd
								
							
						
					
					
						commit
						d4d8ad4dd5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -347,7 +347,7 @@ pub const @"ssh-config" = .{
 | 
			
		|||
pub const swift = .{
 | 
			
		||||
    .color = 0xf05138,
 | 
			
		||||
    .icon = "",
 | 
			
		||||
    .extensions = .{ "swift" },
 | 
			
		||||
    .extensions = .{ "swift", "swiftinterface" },
 | 
			
		||||
    .comment = "//",
 | 
			
		||||
    .language_server = .{"sourcekit-lsp"},
 | 
			
		||||
    .formatter = .{ "swift-format" },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue