[gnome-builder] build: move intelephense to Language Servers
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build: move intelephense to Language Servers
- Date: Wed, 22 Dec 2021 22:28:35 +0000 (UTC)
commit 07f3c92585062e87bca6a5a246283066af744637
Author: Christian Hergert <chergert redhat com>
Date: Wed Dec 22 14:28:29 2021 -0800
build: move intelephense to Language Servers
src/plugins/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index 53178d48d..49220f9b6 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -182,7 +182,6 @@ status += [
'Grep ................................. : @0@'.format(get_option('plugin_grep')),
'HTML Completion ...................... : @0@'.format(get_option('plugin_html_completion')),
'HTML Preview ......................... : @0@'.format(get_option('plugin_html_preview')),
- 'Intelephense ......................... : @0@'.format(get_option('plugin_intelephense')),
'JHBuild .............................. : @0@'.format(get_option('plugin_jhbuild')),
'Make ................................. : @0@'.format(get_option('plugin_make')),
'Maven ................................ : @0@'.format(get_option('plugin_maven')),
@@ -216,6 +215,7 @@ status += [
'',
'blueprint ................ (Blueprint) : @0@'.format(get_option('plugin_blueprint')),
'gpls ............................ (Go) : @0@'.format(get_option('plugin_go_langserv')),
+ 'intelephense ....................(PHP) : @0@'.format(get_option('plugin_intelephense')),
'jedi-language-server ........ (Python) : @0@'.format(get_option('plugin_jedi_language_server')),
'rls ........................... (Rust) : @0@'.format(get_option('plugin_rls')),
'rust-analyzer ................. (Rust) : @0@'.format(get_option('plugin_rust_analyzer')),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]