Added highlighting of variable names.
This commit is contained in:
parent
8a82f52100
commit
daf68d24ab
@ -55,7 +55,7 @@ Variable Variable::fromSAS(utils::Parser<> &parser)
|
||||
|
||||
void Variable::printNameAsASPPredicate(utils::LogStream &outputStream) const
|
||||
{
|
||||
outputStream << utils::Keyword("variable") << "(" << utils::escapeASP(m_name) << ")";
|
||||
outputStream << utils::Keyword("variable") << "(" << utils::Number(utils::escapeASP(m_name)) << ")";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user