mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
basic syntax highlighting in script subview
This commit is contained in:
parent
3a87b12baf
commit
74145410f2
9 changed files with 264 additions and 3 deletions
6
components/compiler/nullerrorhandler.cpp
Normal file
6
components/compiler/nullerrorhandler.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
#include "nullerrorhandler.hpp"
|
||||
|
||||
void Compiler::NullErrorHandler::report (const std::string& message, const TokenLoc& loc, Type type) {}
|
||||
|
||||
void Compiler::NullErrorHandler::report (const std::string& message, Type type) {}
|
Loading…
Add table
Add a link
Reference in a new issue