summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/log.vim
AgeCommit message (Collapse)AuthorFiles
2026-04-06vim-patch:f1dbca2: runtime(log): clean up and modernize log syntax (#38827)zeertzjq1
- Rename groups to consistent log* naming (LogString→logString, etc.) - Remove redundant logOperator/logBrackets, use logSymbol for special chars - Simplify level keywords by removing case variants - Consolidate syslog column patterns into logSysColumn - Move custom highlights to portable ctermfg/guifg names - Update maintainer email address closes: vim/vim#19917 https://github.com/vim/vim/commit/f1dbca200c497ea8b48784ca8fea8c47d68c7d7e Co-authored-by: Mao-Yining <mao.yining@outlook.com>
2025-11-02vim-patch:28f7582: runtime(log): syntax file updatezeertzjq1
closes: vim/vim#18675 https://github.com/vim/vim/commit/28f7582c16e7692cc56dbb7f240649086b5066d8 Co-authored-by: Mao-Yining <mao.yining@outlook.com>
2025-10-03vim-patch:0a8b4ef: runtime(log): remove domain highlight (#36002)zeertzjq1
The domain highlight is eazy to be confused and useless. Because we can catch URL as a much obvious syntax. closes: vim/vim#18467 https://github.com/vim/vim/commit/0a8b4ef8b291e5d37b95680e313fb13d089375fa Co-authored-by: Mao-Yining <mao.yining@outlook.com>
2025-09-19vim-patch:6fd9dac: runtime(log): highlight Java Errors (#35836)zeertzjq1
closes: vim/vim#18315 https://github.com/vim/vim/commit/6fd9dac9927caf390c97c61ca5143fb7a190dd15 Co-authored-by: Christian Brabandt <cb@256bit.org>
2025-09-16vim-patch:9.1.{1755,1759} (#35787)zeertzjq1
vim-patch:9.1.1755: filetype: generic log files are not recognized Problem: filetype: generic log files are not recognized Solution: Detect *.log files as log filetype, include simple log syntax script (Mao-Yining). closes: vim/vim#18285 https://github.com/vim/vim/commit/b8970b43cd4aab1da9d0b927d86c7021bcae7e35 vim-patch:9.1.1759: filetype: generic log detection is too disturbing Problem: filetype: generic log detection is too disturbing (after v9.1.1755) Solution: Revert setting log filetype https://github.com/vim/vim/commit/48f1d6442d5d255d1b5a353160bff7470afa74cb Co-authored-by: Mao-Yining <mao.yining@outlook.com> Co-authored-by: Christian Brabandt <cb@256bit.org>