add comment

pull/1/head
yann300 7 years ago
parent 9c2755269f
commit 9b39045259
  1. 1
      src/app.js

@ -399,6 +399,7 @@ function run () {
position = offsetToLineColumnConverter.offsetToLineColumn(position, position.file, compiler.lastCompilationResult)
var css = 'highlightreference'
if (node.children && node.children.length) {
// If node has children, highlight the entire line. if not, just highlight the current source position of the node.
css = 'highlightreferenceline'
position = {
start: {

Loading…
Cancel
Save