Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

Commit 1b7dd6c

Browse files
committed
Add note about Language Server Protocol
1 parent 2efd69a commit 1b7dd6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,12 @@ <h2 id="is-it-really-exclusive-to-atom">Is it really exclusive to Atom?</h2>
347347
help out other developers looking to use the core in other editors or IDE's.
348348
</p>
349349

350+
<p>
351+
The Language Server Protocol has gathered some interest of late. Currently the core is not a compliant
352+
language server, but it already is a socket server using JSON for communication. Becoming compliant with
353+
the protocol is on the roadmap.
354+
</p>
355+
350356
<h2 id="where-is-the-code">Where is the code?</h2>
351357
<p><a href="https://github.com/php-integrator/">Right here on GitHub</a>, for the packages, and <a href="https://gitlab.com/php-integrator/core">right here on GitLab</a>, for the core.</p>
352358

0 commit comments

Comments
 (0)