summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-01-21 00:39:03 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2022-01-21 00:39:03 -0500
commitc9179fe1a7aa0b2880a66a88eb6e220ec4165071 (patch)
treedea2a28674d17a76d5f65bb5c68c57a6a5a88277 /README.md
parent0e34757fbf35555ca2111458c384bfdd543965db (diff)
downloadPerlNavigator-c9179fe1a7aa0b2880a66a88eb6e220ec4165071.zip
First version with functional navigation
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index e29d150..34e6b5c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
# Perl Navigator
-Performant Perl Language Server that includes syntax checking, perl critic, and code navigation.
+Extension for Perl that includes syntax checking, perlcritic, and code navigation.
+Implemented as a Language Server using the Microsoft LSP libraries along with Perl doing the syntax checking and parsing.
+
+Works on Windows, MacOS, and Linux. The vscode extension includes everything needed to work, no additional installation should be necessary.
Has support for multi-root workspaces, single file editing, and multiple open windows.
-The vscode extension includes everything for the extension, no additional installation should be necessary.
-Works on Windows, MacOS, and Linux.
+