Webapp fetches entire file contents for each search result
Created by: slimsag
After doing so, it truncates it to just a few lines.
Precise syntax highlighting depends on the entire file contents being present, but the frontend should not have to request this. The backend should be responsible for performing this truncation and giving the client just what is needed.