vim-scala icon indicating copy to clipboard operation
vim-scala copied to clipboard

Syntax highlight error on xpath expression

Open northteam opened this issue 9 years ago • 0 comments

val xml = <xml><text>abc</text></xml>
val text = (xml\"text").text

\ was treated as escape character instead of xpath child searching function. Current solution: add a space after \.

highlight_error

northteam avatar Jul 12 '15 15:07 northteam