View Single Post
404UserNotFound
BANNED
Join Date: Dec 2011
Old 04-18-2019 , 21:09   Re: Sublime Text 3 - SourcePawn Syntax Highlighting (18w51b - Dec 19th)
Reply With Quote #20

Quote:
Originally Posted by blackdevil72 View Post
Thank you a lot for this. It has made my life so much more simple.

Just a question though.

In both 1.6 and 1.7+ coloring the function FloatDiv is highlighted in red. Is there any reason for that or is it a bug?

Same with FloatMul, FloatAdd and FloatSub. They're considered deprecated by float.inc, as they are for internal implementation.

See https://github.com/alliedmodders/sou...at.inc#L48-L94
Code:
#pragma deprecated This native is internal implementation. For multiplication use the '*' operator.
#pragma deprecated This native is internal implementation. For division use the '/' operator.
#pragma deprecated This native is internal implementation. For addition use the '+' operator.
#pragma deprecated This native is internal implementation. For subtraction use the '-' operator.

Last edited by 404UserNotFound; 04-18-2019 at 21:09.
404UserNotFound is offline