LiveSplit / livesplit-core

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.

Home Page:https://livesplit.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curly bracket in comment breaks auto-splitter code

Gyoshi opened this issue · comments

startup {
	vars.test = 5;
	// this -> {
}

init {
}

The above code gives 'startup' method compilation errors due to the curly bracket in the commented-out line. Can lead to a pretty frustrating debugging experience when you don't expect comments to affect anything

This is the wrong repository, thus I'm closing this.