daviduuang / ini-for-vscode

Provide outline view and section folding for INI file.
GNU General Public License v3.0
17 stars 7 forks source link

Support for nested sections #7

Open bcroq opened 4 years ago

bcroq commented 4 years ago

Do you plan to support nested sections, eg.:

[section]
name = value

  [[sub-section]]
  name = value

    [[[sub-sub-section]]]
    name = value