We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c91498 commit 404c607Copy full SHA for 404c607
2 files changed
content/en/modes/_index.md
@@ -3,3 +3,13 @@ title: Lem modes
3
weight: -1
4
geekdocCollapseSection: true
5
---
6
+
7
+Lem supports many programming languages out of the box.
8
9
+Below are also listed special Lem modes, such as the `directory` mode,
10
+Lem's `dashboard`, or again markup and configuration modes.
11
12
+---
13
14
+Lem strives to support even more languages, popular or emerging ones. We can follow the progress
15
+[on this meta-issue](https://github.com/lem-project/lem/issues/2066).
content/en/modes/perl.md
@@ -0,0 +1,8 @@
1
2
+title: Perl
+`perl-mode` is a major mode for the Perl language. It provides:
+- syntax highlighting (with a TextMate language grammar)
+- LSP support (through [perl-language-server](https://github.com/FractalBoy/perl-language-server))
0 commit comments