Syntax plugins for the Lite XL text editor, originally forked from the Lite XL plugins repository.
To install a plugin:
-
If the plugin links to a repository, follow its
README
. -
If the plugin is a single file or directory, drop it directly in:
- Linux
~/.config/lite-xl/plugins/
- MacOS
~/.config/lite-xl/plugins/
- Windows
C:\Users\(username)\.config\lite-xl\plugins\
- Linux
Or, if you have a Lite XL plugin manager, such as lpm
,
you may install plugins by doing
lpm repo add https://github.com/steftim/lite-xl-syntaxes.git
lpm install plugin_name
Language | Description |
---|---|
language_devicetree |
Syntax for the device tree source model |
language_kconfig |
Syntax for Kconfig language |