tree-sitter-javascript icon indicating copy to clipboard operation
tree-sitter-javascript copied to clipboard

nashorn extension syntax support

Open kran opened this issue 2 years ago • 0 comments

nashorn is a jvm based js runtime, and some syntax extensions implemented by it.

eg: <<EOF string block, for each loop these syntax broken the highlight and indent in nvim.

link: https://wiki.openjdk.org/display/Nashorn/Nashorn+extensions

kran avatar Sep 09 '22 00:09 kran