ArkScript
A small, fast, functional and scripting language for video games
|
#include <makeErrorCtx.hpp>
Public Attributes | |
int | open_parentheses = 0 |
int | open_square_braces = 0 |
int | open_curly_braces = 0 |
Definition at line 22 of file makeErrorCtx.hpp.
int Ark::internal::LineColorContextCounts::open_curly_braces = 0 |
Definition at line 26 of file makeErrorCtx.hpp.
Referenced by Ark::internal::colorizeLine().
int Ark::internal::LineColorContextCounts::open_parentheses = 0 |
Definition at line 24 of file makeErrorCtx.hpp.
Referenced by Ark::internal::colorizeLine().
int Ark::internal::LineColorContextCounts::open_square_braces = 0 |
Definition at line 25 of file makeErrorCtx.hpp.
Referenced by Ark::internal::colorizeLine().