diff options
Diffstat (limited to 'devel/geany-plugins/files/bsd.geany-plugins.mk')
-rw-r--r-- | devel/geany-plugins/files/bsd.geany-plugins.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/geany-plugins/files/bsd.geany-plugins.mk b/devel/geany-plugins/files/bsd.geany-plugins.mk index 74541f2670b8..66145abccd84 100644 --- a/devel/geany-plugins/files/bsd.geany-plugins.mk +++ b/devel/geany-plugins/files/bsd.geany-plugins.mk @@ -1,4 +1,4 @@ -GEANY_VER= 2.0 +GEANY_VER= 2.1 GEANY_PLUGINS= addons \ autoclose \ @@ -17,6 +17,7 @@ GEANY_PLUGINS= addons \ latex \ lineoperations \ lipsum \ + lsp \ lua \ macro \ markdown \ @@ -58,6 +59,7 @@ insertnum_DESC= replace selection with integer numbers latex_DESC= LaTeX support lineoperations_DESC= Simple line functions that can be applied to an open file lipsum_DESC= Lorem Ipsum generator +lsp_DESC= Language Server Protocol support lua_DESC= Lua scripting macro_DESC= user defined macros markdown_DESC= real-time preview of rendered Markdown |