Closed earwig closed 10 years ago
The parser throws UnsupportedFileError when it can't find a lexer (read: identify the language of) for a given file. This should be handled in the crawler. I believe it means we should just ignore the file, since it's not code.
UnsupportedFileError
I FIXED IT MYSELF @sevko.
The parser throws
UnsupportedFileError
when it can't find a lexer (read: identify the language of) for a given file. This should be handled in the crawler. I believe it means we should just ignore the file, since it's not code.