Packages
Packages copied to clipboard
[LaTeX] Refactor LaTeX log file syntax
This PR refactors logfile syntax based on real world latex log files.
- It adds block and group contexts to enable syntax based folding.
- Adjusts various other scopes
Note:
Logfiles are wrapped at 80chars, which can't be handled by ST's syntax engine, possibly causing smaller highlighting issues. Nevertheless it now looks way better than before.