Commit 9b390452 authored by yann300's avatar yann300

add comment

parent 9c275526
...@@ -399,6 +399,7 @@ function run () { ...@@ -399,6 +399,7 @@ function run () {
position = offsetToLineColumnConverter.offsetToLineColumn(position, position.file, compiler.lastCompilationResult) position = offsetToLineColumnConverter.offsetToLineColumn(position, position.file, compiler.lastCompilationResult)
var css = 'highlightreference' var css = 'highlightreference'
if (node.children && node.children.length) { 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' css = 'highlightreferenceline'
position = { position = {
start: { start: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment