An open API service indexing awesome lists of open source software.

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.

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