kate-syntax-files icon indicating copy to clipboard operation
kate-syntax-files copied to clipboard

nginx-syntax: support highlighting for variables with curly braces

Open Iridias opened this issue 6 years ago • 1 comments

nginx supports specifying variables with curly braces, similar to bash (e.g.: ${var}) This change will make kate highlight them as well.

Iridias avatar May 15 '18 15:05 Iridias

Hi, sorry about the long wait to handle this and thanks for the contribution. I would improve this by matching the closing bracket only if the opening one was matched before (using back-references).

mtorromeo avatar Jul 16 '18 17:07 mtorromeo