You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using vanilla brightscript (not brighterscript) and came across an indentation issue while creating some functions for an app.
The terms enum and class trigger indentation that applies to the remainder of the file after the keyword, even though these terms don't mean anything and aren't reserved in brightscript.
class:
enum:
The indentation affects the entire file..
Could we distinguish formatting needs for Brightscript vs Brighterscript?
The text was updated successfully, but these errors were encountered:
Currently our formatter has some fairly very primitive handling, it just looks for keywords and formats based on that. This is definitely a bug, and it should be fixed. It shouldn't be indenting that in brightscript OR brighterscript.
Thanks for the issue. No guarantees, but I'll try and fit in a fix sometime in the next month or so.
Hello,
I am using vanilla brightscript (not brighterscript) and came across an indentation issue while creating some functions for an app.
The terms
enum
andclass
trigger indentation that applies to the remainder of the file after the keyword, even though these terms don't mean anything and aren't reserved in brightscript.class:
enum:
The indentation affects the entire file..
Could we distinguish formatting needs for Brightscript vs Brighterscript?
The text was updated successfully, but these errors were encountered: