Skip to content
Snippets Groups Projects
Commit 4adeef9a authored by Leandro Melo's avatar Leandro Melo
Browse files

Generic highlighter: Don't search for pre-installed definitions on mac.

Reviewed-by: con
parent 62f050e4
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ namespace Internal {
QString findDefinitionsLocation()
{
#ifdef Q_OS_UNIX
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
static const QLatin1String kateSyntax[] = {
QLatin1String("/share/apps/katepart/syntax"),
QLatin1String("/share/kde4/apps/katepart/syntax")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment