diff --git a/topics/appendix/glossary.md b/topics/appendix/glossary.md index 047dd74df..3a064cef9 100644 --- a/topics/appendix/glossary.md +++ b/topics/appendix/glossary.md @@ -59,6 +59,11 @@ Inspection Intention : Provides an [automated fix](code_inspections_and_intentions.md) for commonly encountered code problems. +## K + +Language Server Protocol _(LSP)_ +: Communication standard between development tools and Language Servers, see [](language_server_protocol.md). + ## L Local History _(LVCS)_