diff options
author | bscan <10503608+bscan@users.noreply.github.com> | 2022-02-10 19:48:05 -0500 |
---|---|---|
committer | bscan <10503608+bscan@users.noreply.github.com> | 2022-02-10 19:48:05 -0500 |
commit | 8f2d9cf3253af3bfa257ed5bdaebeb2c60491840 (patch) | |
tree | 028fdc20fedcd17b55720f68ebbe084d0843b608 /README.md | |
parent | 92e3779faff44feda10a21ef912b8553b44e7949 (diff) | |
download | PerlNavigator-8f2d9cf3253af3bfa257ed5bdaebeb2c60491840.zip |
Minor readme updates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # Perl Navigator Language Server -Extension for Perl that includes syntax checking, perlcritic, and code navigation. +Provides syntax checking, autocompletion, perlcritic, code navigation, hover for Perl. Implemented as a Language Server using the Microsoft LSP libraries along with Perl doing the syntax checking and parsing. @@ -20,7 +20,7 @@ Works on almost any version of Perl, tested all the way back to Perl 5.8. Has fu ## Demo -![gif of Navigator in action](https://github.com/bscan/PerlNavigator/blob/main/Demo.gif) +![gif of Navigator in action](https://raw.githubusercontent.com/bscan/PerlNavigator/main/Demo.gif) ## Installation |