vim-log-highlighting
Syntax highlighting for generic log files in VIM (by MTDL9)
jai.vim
Vim syntax highlighting for Jai programming language (by jansedivy)
vim-log-highlighting | jai.vim | |
---|---|---|
2 | 1 | |
232 | 54 | |
- | - | |
0.0 | 2.8 | |
about 1 year ago | about 1 month ago | |
Vim Script | Vim Script | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vim-log-highlighting
Posts with mentions or reviews of vim-log-highlighting.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-26.
-
Looking for two plugins for Log Analysis
The only plugin I am aware off is vim-log-highlight, which does sort-off syntax highlighting for log files. For the highlighting of certain values, you could look whether you can maybe use that plugin for that?
-
Is there a treesitter parser suitable for log files?
The underlying plugin used by polyglot is https://github.com/MTDL9/vim-log-highlighting.
jai.vim
Posts with mentions or reviews of jai.vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-14.
-
makeprg is reset when opening different file
You should take a look at ~\AppData\Local\nvim-data\plugged\jai.vim\compiler\jai.vim line 60 and see what the plugin uses. My assumption is that it's setlocal. I don't know which plugin this is, because the jai.vim I found doesn't have a compiler file. You could make a PR or issue to the relevant repository asking for this to be a setting, or you could set makeprg= yourself, instead of relying on the compiler setting (or you could copy the plugin's compiler file to your vimfiles and modify it.)
What are some alternatives?
When comparing vim-log-highlighting and jai.vim you can also consider the following projects:
vim-razor - Vim syntax highlighting and indentation for Razor markup
jai.vim - Vim syntax highlighting for Jai programming language. I am planning to maintain and update this package when the language is released
rainbow_csv - 🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language
vim-markdown - Markdown Vim Mode
vim-gml - High quality Vim syntax highlighting for Gamemaker studio 2
clojure.vim - Clojure syntax highlighting and indentation for Vim and Neovim.
plantuml-syntax - vim syntax file for plantuml
AccessPanelPublic - Access Panel (public repo)
vim-ruby - Improved syntax highlighting and indentation for Ruby