summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarina.Kalashina <marina.kalashina@jetbrains.com>2023-12-21 15:37:25 +0400
committerJussi Pakkanen <jpakkane@gmail.com>2023-12-27 16:25:15 +0200
commit4351f56f13519d0ba6fc26e651c4a0a0331d5767 (patch)
treedb7d6e105e6570fe22eef47d8946377a4fb83e03 /docs
parentd4fb2d693d01bc65790140a6ebb9221f0f1ed7dc (diff)
downloadmeson-4351f56f13519d0ba6fc26e651c4a0a0331d5767.tar.gz
Add CLion to the list of IDE integrations
CLion was not mentioned in the list of IDE integrations. This commit adds it, also adds a “3rd party" prefix to the Meson Syntax Highlighter plugin to indicate that it doesn't come from JetBrains, and sorts the list alphabetically.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/IDE-integration.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md
index ad7185a1f..77edb755d 100644
--- a/docs/markdown/IDE-integration.md
+++ b/docs/markdown/IDE-integration.md
@@ -418,11 +418,12 @@ schema is defined by the class structure given in
# Existing integrations
+- [CLion](https://www.jetbrains.com/clion/)
+- [Eclipse CDT](https://www.eclipse.org/cdt/)
- [Gnome Builder](https://wiki.gnome.org/Apps/Builder)
- [KDevelop](https://www.kdevelop.org)
-- [Eclipse CDT](https://www.eclipse.org/cdt/)
-- [Meson Syntax Highlighter](https://plugins.jetbrains.com/plugin/13269-meson-syntax-highlighter) plugin for JetBrains IDEs.
-- [vscode-meson](https://github.com/mesonbuild/vscode-meson) extension for VS Code/Codium
-- [Qt Creator](https://doc.qt.io/qtcreator/creator-project-meson.html)
+- [Meson Syntax Highlighter](https://plugins.jetbrains.com/plugin/13269-meson-syntax-highlighter) 3rd party plugin for JetBrains IDEs.
- [Meson-UI](https://github.com/dreamer-coding-555/meson-ui) (build GUI for Meson)
- [mmeson](https://github.com/stephanlachnit/mmeson) (ccmake clone for Meson)
+- [Qt Creator](https://doc.qt.io/qtcreator/creator-project-meson.html)
+- [vscode-meson](https://github.com/mesonbuild/vscode-meson) extension for VS Code/Codium