Skip to content

Commit

Permalink
Add PHP as supported file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
imliam authored and krlvi committed Feb 1, 2023
1 parent 05d1af7 commit 6434ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/semantic_code_search/embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def _supported_file_extensions():
'.kt': 'kotlin',
'.kts': 'kotlin',
'.ktm': 'kotlin',
'.php': 'php',
}


Expand Down

0 comments on commit 6434ef7

Please sign in to comment.