Fix tests for highlighting in scripts with custom script definition

This commit is contained in:
Natalia Selezneva
2018-07-30 09:26:07 +03:00
parent 41dc059da9
commit 6672fd7bbf
8 changed files with 16 additions and 0 deletions
@@ -3,7 +3,9 @@ package custom.scriptDefinition
import java.io.File
import kotlin.script.dependencies.*
import kotlin.script.templates.ScriptTemplateDefinition
import kotlin.script.experimental.location.*
@ScriptExpectedLocations([ScriptExpectedLocation.Everywhere])
@ScriptTemplateDefinition(scriptFilePattern = "script.kts")
class Template: Base()