andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
109 stars 43 forks source link

Nested '${}' syntax highlighting is off #232

Open stdedos opened 5 years ago

stdedos commented 5 years ago

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

aaltat commented 5 years ago

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

stdedos commented 5 years ago

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

aaltat commented 5 years ago

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

stdedos commented 5 years ago

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