You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shebang detection for automatic code file identification
Files without standard extensions that contain shebangs (#!/bin/bash, #!/usr/bin/env python, etc.) are now automatically rendered with syntax highlighting
Support for all line ending types: Unix (\n), Windows (\r\n), and old Mac (\r)
Enhanced
shouldRenderCode() now checks for shebangs in the first 1024 bytes of files with unknown extensions
Code rendering now works seamlessly with shell scripts, Python scripts, and other executables without file extensions