mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 20:43:37 +03:00
chore: add support for Python language parser
This commit is contained in:
parent
a927901fd7
commit
1c4f8a0ed2
@ -131,6 +131,7 @@ export function parserFromFilename(filename: string): Parser | null {
|
||||
case 'php':
|
||||
return php().language.parser;
|
||||
|
||||
case 'py':
|
||||
case 'python':
|
||||
return python().language.parser;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user