Skip to content

Commit

Permalink
support document symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Nov 12, 2024
1 parent 0b6654f commit e16fa03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
implementationClass="com.redhat.devtools.lsp4ij.features.signatureHelp.LSPParameterInfoHandler"/>
<!-- LSP textDocument/documentSymbol -->
<lang.psiStructureViewFactory
language="EmmyLua"
id="EmmyLua"
language="Lua"
implementationClass="com.redhat.devtools.lsp4ij.features.documentSymbol.LSPDocumentSymbolStructureViewFactory"/>

</extensions>
Expand Down

0 comments on commit e16fa03

Please sign in to comment.