vim-scala
vim-scala copied to clipboard
Syntax highlight error on xpath expression
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 \
.