sublime-robot-framework-assistant icon indicating copy to clipboard operation
sublime-robot-framework-assistant copied to clipboard

Nested '${}' syntax highlighting is off

Open stdedos opened this issue 6 years ago • 4 comments

A variable ${named.like.${this}} will have the last } "unhighlighted"

stdedos avatar Jun 24 '19 08:06 stdedos

Thank you for the report. Unfortunately plugin is not currently maintained. But if you want to look in to the problem, please see https://github.com/andriyko/sublime-robot-framework-assistant/blob/master/Robot.tmLanguage and https://github.com/andriyko/sublime-robot-framework-assistant/blob/master/Robot.YAML-tmLanguage

aaltat avatar Jun 24 '19 08:06 aaltat

Are PRs accepted upstream, or do I have to make the plugin myself?

stdedos avatar Jun 24 '19 08:06 stdedos

PR are accepted and merged if problems are not encountered. Although that area relies totally on manual testing.

aaltat avatar Jun 24 '19 08:06 aaltat

FYI: http://www.sublimetext.com/docs/3/syntax.html#testing could be useful.

If I figure out nested syntax http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html#begin-end-rules I guess I can submit a PoC

stdedos avatar Jun 25 '19 06:06 stdedos