feat: add pyi to python file extensions
This commit is contained in:
		
							parent
							
								
									78b039be58
								
							
						
					
					
						commit
						b7405348e3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -343,7 +343,7 @@ pub const purescript = .{
 | 
			
		|||
pub const python = .{
 | 
			
		||||
    .color = 0xffd845,
 | 
			
		||||
    .icon = "",
 | 
			
		||||
    .extensions = .{"py"},
 | 
			
		||||
    .extensions = .{"py", "pyi"},
 | 
			
		||||
    .comment = "#",
 | 
			
		||||
    .first_line_matches = .{ .prefix = "#!", .content = "python" },
 | 
			
		||||
    .language_server = .{"pylsp"},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue