rebel1324 / CityRP

MIT License
23 stars 13 forks source link

Replace GLua comments with standard Lua #28

Closed OmarAssadi closed 6 years ago

OmarAssadi commented 6 years ago

This kind of thing is important for editors that don't yet have a GLua linter and highlighter. Personally, I use EmmyLua for IntelliJ and it freaks out a little when it sees non-standard comments.

While this shouldn't break anything, it'd be great if someone could skim through and make sure I didn't accidentally convert any that I shouldn't.