summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSyntax/Forward.h
blob: e34081d921968c92eb40a1755337860849e6a91d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2021, Andreas Kling <kling@serenityos.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

namespace Syntax {

class Highlighter;
class HighlighterClient;

}