hlansi.pl
Perl port of Kate's syntax highlighting engine
Install
- All systems
-
curl cmd.cat/hlansi.pl.sh
- Debian
-
apt-get install libsyntax-highlight-engine-kate-perl
- Ubuntu
-
apt-get install libsyntax-highlight-engine-kate-perl
- Kali Linux
-
apt-get install libsyntax-highlight-engine-kate-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsyntax-highlight-engine-kate-perl
- Raspbian
-
apt-get install libsyntax-highlight-engine-kate-perl
- Dockerfile
- dockerfile.run/hlansi.pl
libsyntax-highlight-engine-kate-perl
Perl port of Kate's syntax highlighting engine
Syntax::Highlight::Engine::Kate collection of modules porting the Kate text editor's syntax highlighting engine to Perl. Kate's language XML specification files have been rewritten to Perl modules using a script and the modules can act as plugins to the module. Upstream considers this module deprecated and recommends Syntax::Kamelon as an alternative.