1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: precedence in case of multiple matching language mappings (fix #172)

This commit is contained in:
Ferdinand Mütsch
2021-04-13 23:39:31 +02:00
parent f8e1453754
commit 20dd4cf0ab
3 changed files with 14 additions and 4 deletions

View File

@ -17,7 +17,10 @@ LANGUAGES = {
'Go': 'go',
'Java': 'java',
'JavaScript': 'js',
'Python': 'py'
'Python': 'py',
# https://github.com/muety/wakapi/issues/172
'PHP': 'php',
'Blade': 'blade.php'
}