Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
8a382bc2
Commit
8a382bc2
authored
May 16, 2021
by
Waqar Ahmed
Browse files
Add SPDX-License headers
Signed-off-by:
Waqar Ahmed
<
waqar.17a@gmail.com
>
parent
550c63f1
Changes
4
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/lspsemantichighlighting.cpp
View file @
8a382bc2
/* SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: 2021 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: MIT
*/
#include "lspsemantichighlighting.h"
#include <KTextEditor/MovingInterface>
...
...
addons/lspclient/lspsemantichighlighting.h
View file @
8a382bc2
#pragma once
/* SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: 2021 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: MIT
*/
#ifndef LSP_SEMANTIC_HIGHLIGHTING_H
#define LSP_SEMANTIC_HIGHLIGHTING_H
#include <QHash>
#include <QPointer>
...
...
@@ -89,3 +96,4 @@ private:
*/
const
SemanticTokensLegend
*
m_legend
=
nullptr
;
};
#endif
addons/lspclient/semantic_tokens_legend.cpp
View file @
8a382bc2
/* SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: 2021 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: MIT
*/
#include "semantic_tokens_legend.h"
#include <KSyntaxHighlighting/Theme>
...
...
addons/lspclient/semantic_tokens_legend.h
View file @
8a382bc2
#ifndef SEMANTIC_TOKENS_LEGEND
#define SEMANTIC_TOKENS_LEGEND
/* SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: 2021 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: MIT
*/
#ifndef SEMANTIC_TOKENS_LEGEND_H
#define SEMANTIC_TOKENS_LEGEND_H
#include <QObject>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment