diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-11-10 10:45:46 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-11-10 10:45:46 +0000 |
commit | 46fda53e81d0ebad95648d1940a21be617836b18 (patch) | |
tree | 96b46cb4d19d378f9e64a9b64e401bb63fca4cfb /editors/Makefile | |
parent | fd4bbc0814d37b02930ab287ba79c5d54f9b1620 (diff) |
editors/lite-xl: new port had been added (+)
Lite XL editor is a lightweight, simple, fast, feature-filled, and
extremely extensible text editor written in C, and Lua, descendant
of the `editors/lite'.
WWW: https://lite-xl.com/
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index dbf8f88dd1b6..8a763bb30b62 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -197,6 +197,7 @@ SUBDIR += linux-sublime3 SUBDIR += linux-wps-office SUBDIR += lite + SUBDIR += lite-xl SUBDIR += madedit SUBDIR += marker SUBDIR += mg |