forked from qt-creator/qt-creator
Change-Id: Ib71d520977034ca66bd84c9188ffed5fe74e1ba0 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
13 lines
316 B
C++
13 lines
316 B
C++
// Copyright (C) 2016 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
#pragma once
|
|
|
|
#include <texteditor/syntaxhighlighter.h>
|
|
|
|
namespace Python::Internal {
|
|
|
|
TextEditor::SyntaxHighlighter *createPythonHighlighter();
|
|
|
|
} // namespace Python::Internal
|