vim-log-highlighting icon indicating copy to clipboard operation
vim-log-highlighting copied to clipboard

Syntax highlighting for generic log files in VIM

Results 12 vim-log-highlighting issues
Sort by recently updated
recently updated
newest added

This adds ```vimscript syntax match Normal '\[[0-9;]*m' conceal ``` To conceal all ANSI color code escape sequences, so they do not distract you from reading the logs. It also sets...

Hi, I use your great plugin. But little bug don't show correctly the colors Ex: `msg:'test test'` work great but `msg:'tests test'` not show the right color after the first...

Add a special entity and highlighting rules for time units, for example: ``` 1ms 30s 12.1 s 3m 1d 2h 9m ```

enhancement

syntax highlighting for durations within log files. https://github.com/MTDL9/vim-log-highlighting/issues/7

Added instruction of keeping `syntax on` in .vimrc

Add a special entity and highlighting rules for filesize markers, for example: ``` 40000K 12k 64MB 32M 2 GB 4 GiB 3111 MB/s ```

enhancement

Add highlighting for version strings, for example: ``` 0.1.3 2.7.5-1 0.2.1-2system3 v3.1.9 2.11.1-11-generic 1.1.0-1system1~1.01.1 ```

enhancement

Add a custom [ALE](https://github.com/w0rp/ale) checker, defined when the plugin is loaded and ALE is installed on the local VIM, that will mark all errors and warnings in the log file...

enhancement

Fix RFC 3339 dates, and ISO 8601 dates with colons in time zone offsets.

RFC 3339 dates and times are not highlighted correctly, and some ISO 8601 formats aren't, either. Examples of issues in [vim-log-highlighting_test.log](https://github.com/MTDL9/vim-log-highlighting/files/13468492/vim-log-highlighting_test.log), shown in the screenshot below: - RFC 3339 dates...