Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use file name instead of whole path for language guess (#2734)
Namespaces are allowed to contain dots (`.`). Exporting projects with such namespaces will result in directories for namespaces containing dots. The current implementation assumes the first dot-separated section to be language and guesses the language incorrectly.
- Loading branch information