coronalabs / CoronaSDK-SublimeText

Corona Editor is the official Corona SDK plugin for Sublime Text
https://coronalabs.com
MIT License
108 stars 28 forks source link

fixed issue #28 #29

Closed renatosc closed 6 years ago

renatosc commented 6 years ago

Fixed color not being applied on inline comment when the line has a "function" keyword inside another function.

PS: The issue was not due to having a function definition inside another function, but due to the indentation space before the "--".