Feature request: nestable delimited Grammar Item

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Richard Haven
    Journeyman
    • May 2013
    • 10

    Feature request: nestable delimited Grammar Item

    Please consider an option on the Delimited Grammar Item: Match delimiters

    This option would count the depth of the delimiters and only match on a matching end-delimiter.

    For example:

    function () { // 1

    if ()
    { // 2
    ...
    }
    }

    It just counts start-delimiters and does not match unless the count of end-delimiters is equal.
  • Aaron
    Team Scooter
    • Oct 2007
    • 16000

    #2
    Hello,

    This seems similar to your previous request as well. Do you have any use case examples or screenshots you could include? If you would like, please email us at support@scootersoftware instead of posting on the forums, but please include a link back to this forum thread for our reference.
    Aaron P Scooter Software

    Comment

    • Richard Haven
      Journeyman
      • May 2013
      • 10

      #3
      It was really just to handle nested curly braces. Perhaps being able to define specific XML opening and closing element tags (even if they are nestable).

      Comment

      Working...