-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcpp.hint
4 lines (4 loc) · 2.32 KB
/
cpp.hint
1
2
3
4
// Hint files help the Visual Studio IDE interpret Visual C++ identifiers
// such as names of functions and macros.
// For more information see https://go.microsoft.com/fwlink/?linkid=865984
#define KINDS X(Start , KindGroup.Lexer) X(End , KindGroup.Lexer) X(Space , KindGroup.Whitespace) X(LineFeed , KindGroup.Whitespace) X(Decimals , KindGroup.Number) X(Hex , KindGroup.Number) X(False , KindGroup.Keyword) X(True , KindGroup.Keyword) X(ContinueCase , KindGroup.Keyword) X(ContinueLoop , KindGroup.Keyword) X(Default , KindGroup.Keyword) X(Dim , KindGroup.Keyword) X(ReDim , KindGroup.Keyword) X(Global , KindGroup.Keyword) X(Local , KindGroup.Keyword) X(Const , KindGroup.Keyword) X(Do , KindGroup.Keyword) X(Until , KindGroup.Keyword) X(Enum , KindGroup.Keyword) X(Exit , KindGroup.Keyword) X(ExitLoop , KindGroup.Keyword) X(For , KindGroup.Keyword) X(To , KindGroup.Keyword) X(In , KindGroup.Keyword) X(Step , KindGroup.Keyword) X(Next , KindGroup.Keyword) X(Func , KindGroup.Keyword) X(Return , KindGroup.Keyword) X(EndFunc , KindGroup.Keyword) X(If , KindGroup.Keyword) X(Then , KindGroup.Keyword) X(ElseIf , KindGroup.Keyword) X(Else , KindGroup.Keyword) X(EndIf , KindGroup.Keyword) X(Null , KindGroup.Keyword) X(Select , KindGroup.Keyword) X(Case , KindGroup.Keyword) X(EndSelect , KindGroup.Keyword) X(Static , KindGroup.Keyword) X(Switch , KindGroup.Keyword) X(EndSwitch , KindGroup.Keyword) X(While , KindGroup.Keyword) X(WEnd , KindGroup.Keyword) X(With , KindGroup.Keyword) X(EndWith , KindGroup.Keyword) X(Word , KindGroup.Word) X(OpenedParen , KindGroup.Parenthesis) X(ClosedParen , KindGroup.Parenthesis) X(OpenedSquare , KindGroup.Bracket) X(ClosedSquare , KindGroup.Bracket) X(LessThan , KindGroup.Operator) X(GreaterThan , KindGroup.Operator) X(Equal , KindGroup.Operator) X(Plus , KindGroup.Operator) X(Minus , KindGroup.Operator) X(Asterisk , KindGroup.Operator) X(Slash , KindGroup.Operator) X(Power , KindGroup.Operator) X(AutoItCommand , KindGroup.Command) X(Variable , KindGroup.Variable) X(Object , KindGroup.Object) X(ContinueStatement , KindGroup.Command) X(Comma , KindGroup.Operator) X(Colon , KindGroup.Operator) X(String , KindGroup.String) X(Comment , KindGroup.Comment) X(MultiComment , KindGroup.Comment) X(Concatenate , KindGroup.Operator) X(Questionmark , KindGroup.Operator) X(Macro , KindGroup.Command) X(Error , KindGroup.Lexer)