aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim/editor/nimindenter.h
blob: 8f8a3e718b5e3ff252e43bbee6c5388257deefb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) Filippo Cucchetto <filippocucchetto@gmail.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#include <texteditor/textindenter.h>

namespace Nim {

TextEditor::Indenter *createNimIndenter(QTextDocument *doc);

} // namespace Nim