Skip to content

Commit 404c607

Browse files
committed
perl-mode
1 parent 1c91498 commit 404c607

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

content/en/modes/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@ title: Lem modes
33
weight: -1
44
geekdocCollapseSection: true
55
---
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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Perl
3+
---
4+
5+
`perl-mode` is a major mode for the Perl language. It provides:
6+
7+
- syntax highlighting (with a TextMate language grammar)
8+
- LSP support (through [perl-language-server](https://github.com/FractalBoy/perl-language-server))

0 commit comments

Comments
 (0)