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

Added comment token # to RegEx #14

Open revvexd opened 1 year ago

revvexd commented 1 year ago

added # so that commented suggestions of the key will not be displayed in the outline e.g.

[area1]
# value = 1 does this
# value = 2 does that
value = 1

will no longer include commented lines in the outline