https://github.com/egberts/vim-2-tiered-recursion-syntax
How to perform recursive syntax using 2-tiered near-similar syntaxes.
https://github.com/egberts/vim-2-tiered-recursion-syntax
vim-script vim-scripting
Last synced: about 2 months ago
JSON representation
How to perform recursive syntax using 2-tiered near-similar syntaxes.
- Host: GitHub
- URL: https://github.com/egberts/vim-2-tiered-recursion-syntax
- Owner: egberts
- License: mit
- Created: 2020-04-08T18:53:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T00:53:53.000Z (almost 6 years ago)
- Last Synced: 2025-06-17T16:49:13.772Z (9 months ago)
- Topics: vim-script, vim-scripting
- Language: Vim script
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-2-tiered-recursion-syntax
How to perform recursive syntax using 2-tiered near-similar syntaxes.
This is a repost from Vim StackExchange on a real
problem of writing recursive Vim syntax for
the ISC Bind9 named configuratin file, specifically
the `acl` keyword and its `address_match_list`.
Source: https://vi.stackexchange.com/a/24498/18880