Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
|
Spqa's comments
login
Spqa
on March 26, 2021
|
parent
|
context
[–]
| on:
How GitHub Actions renders large-scale logs
Sublime and VS code might try to parse it for syntax highlighting, notepad simply read the text.
scaladev
on March 26, 2021
|
parent
|
next
[–]
vim does this too. If it hangs on you when opening a very large file, don't hesitate to press Ctrl+C. It does not terminate the whole process, but aborts the syntax highlighting, and the editor becomes very snappy.
suprfsat
on March 26, 2021
|
root
|
parent
|
next
[–]
To proactively turn off syntax highlighting, bracket matching, and so forth, I use
alias vi='vim -u NONE'
which makes it skip vimrc.
IshKebab
on March 26, 2021
|
parent
|
prev
[–]
VSCode disables syntax highlighting on very large files.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: