Top 11 Vim Script vim-syntax Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
vim-syntax-nftables
Vim/Neovim syntax highlighter for nftables — highlights configs, catches typos, and makes editing firewall rules easier.
Project mention: What Is Going on with All This Radioactive Shrimp? | news.ycombinator.com | 2025-10-11Grok/ChatGPT cannot navigate semantic pathways of large syntax files (nftables, ISC Bind9).
I've worked with both and finished my Vim syntax highlighters down to the keywords.
And getting them to find 'stmt', 'expr_stmt', and 'primary_stmt_expr' semantic production rules (one is Bison-generated .y file, other is hand-rolled). Both makes too much assumptions despite explicitly instructing them to do "verification & validation" of a pathway given a sample statement.
Only Google Gemini barely cut the mustard.
Don't expect LLM to navigate S-expression, RECREATE abstract syntax tree, transition a state machine, or interpret Bison parsers reliably.
- https://github.com/egberts/vim-syntax-bind-named
- https://github.com/egberts/vim-syntax-nftables
-
Vim Script vim-syntax discussion
Vim Script vim-syntax related posts
Index
What are some of the best open-source vim-syntax projects in Vim Script? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | plantuml-syntax | 495 |
| 2 | vim-log-highlighting | 244 |
| 3 | vim-go-syntax | 61 |
| 4 | vim-razor | 52 |
| 5 | clojure.vim | 39 |
| 6 | vim-jq | 33 |
| 7 | vim-ruby | 19 |
| 8 | vim-gml | 13 |
| 9 | vim-cs | 13 |
| 10 | vim-syntax-nftables | 9 |
| 11 | vim-todotxt-syntax | 2 |