fix: typo in first line match for file type python
This commit is contained in:
		
							parent
							
								
									9cc2613818
								
							
						
					
					
						commit
						cf5f85245e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -302,7 +302,7 @@ pub const python = .{
 | 
				
			||||||
    .icon = "",
 | 
					    .icon = "",
 | 
				
			||||||
    .extensions = .{"py"},
 | 
					    .extensions = .{"py"},
 | 
				
			||||||
    .comment = "#",
 | 
					    .comment = "#",
 | 
				
			||||||
    .first_line_matches = .{ .prefix = "#!", .content = "/bin/bash" },
 | 
					    .first_line_matches = .{ .prefix = "#!", .content = "python" },
 | 
				
			||||||
    .language_server = .{"pylsp"},
 | 
					    .language_server = .{"pylsp"},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue