ui: show annotation in code snippets for TokenLocations that wrap around the snippet
bug id = #12
This commit is contained in:
@@ -14,8 +14,8 @@ public:
|
||||
{
|
||||
CodeSnippetParams();
|
||||
|
||||
int startLineNumber;
|
||||
int endLineNumber;
|
||||
uint startLineNumber;
|
||||
uint endLineNumber;
|
||||
uint lineCount;
|
||||
|
||||
std::string code;
|
||||
|
||||
Reference in New Issue
Block a user