Open jplatte opened 5 months ago
Currently, hinoki serve rebuilds almost everything when file changes are detected, but for efficiency reasons the previous SyntaxHighlighter is reused. It should be recreated when one of the files that influences it (in sublime) changes.
hinoki serve
SyntaxHighlighter
sublime
Currently,
hinoki serve
rebuilds almost everything when file changes are detected, but for efficiency reasons the previousSyntaxHighlighter
is reused. It should be recreated when one of the files that influences it (insublime
) changes.