earwig / bitshift

A semantic search engine for source code
https://bitshift.benkurtovic.com/
MIT License
30 stars 5 forks source link

Handle UnsupportedFileError in the crawler #34

Closed earwig closed 10 years ago

earwig commented 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.

earwig commented 10 years ago

I FIXED IT MYSELF @sevko.