ok, im programming in Pawn by CompuPhase
If I tab the following, syntax highlighting is removed (or not applied).
register_cvar("xvote_ratio","0.02")
If I use [spaces] in front of the code, instead of [tabs], then syntax highlighting is applied.
register_cvar("xvote_ratio","0.02")
If I tab the following, syntax highlighting is removed (or not applied).
register_cvar("xvote_ratio","0.02")
If I use [spaces] in front of the code, instead of [tabs], then syntax highlighting is applied.
register_cvar("xvote_ratio","0.02")