aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuncan Lock <duncan.lock@gmail.com>2021-11-16 20:23:03 -0800
committerGitHub <noreply@github.com>2021-11-17 12:23:03 +0800
commit07ab38f038cfde37fe3c7011f07b72fb92c359b1 (patch)
treedc46c01e40fe0afafb5e1e8c53123499cf25cce0 /README.md
parente51f8ce9abe404a018d1b27101dff9c1fc814425 (diff)
downloadlite-xl-plugins-07ab38f038cfde37fe3c7011f07b72fb92c359b1.tar.gz
lite-xl-plugins-07ab38f038cfde37fe3c7011f07b72fb92c359b1.zip
Add syntax highlighting for ssh & sshd config files (#85)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e5d7481..2426b0d 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,7 @@ Plugin | Description
[`language_ruby`](plugins/language_ruby.lua?raw=1) | Syntax for the [Ruby](https://www.ruby-lang.org/) programming language
[`language sass`](plugins/language_sass.lua?raw=1) | Syntax for the [Sass](https://sass-lang.com/) CSS preprocessor
[`language_sh`](plugins/language_sh.lua?raw=1) | Syntax for shell scripting language
+[`language_ssh_config`](plugins/language_ssh_config.lua?raw=1) | Syntax for ssh & sshd config files
[`language_tcl`](plugins/language_tcl.lua?raw=1) | Syntax for the [Tcl](https://www.tcl.tk/) programming language
[`language_teal`](plugins/language_teal.lua?raw=1) | Syntax for the [Teal](https://github.com/teal-language/tl) programming language, a typed dialect of Lua.
[`language_ts`](plugins/language_ts.lua?raw=1) | Syntax for the [TypeScript](https://www.typescriptlang.org/) programming language, a typed dialect of JavaScript.