ArkScript
A small, fast, functional and scripting language for video games
Ark::internal::LineColorContextCounts Struct Reference

#include <makeErrorCtx.hpp>

Public Attributes

int open_parentheses = 0
 
int open_square_braces = 0
 
int open_curly_braces = 0
 

Detailed Description

Definition at line 22 of file makeErrorCtx.hpp.

Member Data Documentation

◆ open_curly_braces

int Ark::internal::LineColorContextCounts::open_curly_braces = 0

Definition at line 26 of file makeErrorCtx.hpp.

Referenced by Ark::internal::colorizeLine().

◆ open_parentheses

int Ark::internal::LineColorContextCounts::open_parentheses = 0

Definition at line 24 of file makeErrorCtx.hpp.

Referenced by Ark::internal::colorizeLine().

◆ open_square_braces

int Ark::internal::LineColorContextCounts::open_square_braces = 0

Definition at line 25 of file makeErrorCtx.hpp.

Referenced by Ark::internal::colorizeLine().


The documentation for this struct was generated from the following file: