aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2022-06-13 22:58:44 +0200
committerGitHub <noreply@github.com>2022-06-13 22:58:44 +0200
commit19a27fa18aca448c82cd91948bc2d1174fcd1a95 (patch)
treeab6207f29b9fc71be4d97985ffde9fda56394b37 /README.md
parent13216c65a24d9c4c014c8cfefb22dbaa01bea5e8 (diff)
parent96f00be7140594235ea65e9a53ae654520005232 (diff)
downloadlite-xl-plugins-19a27fa18aca448c82cd91948bc2d1174fcd1a95.tar.gz
lite-xl-plugins-19a27fa18aca448c82cd91948bc2d1174fcd1a95.zip
Merge pull request #102 from KatrinaKitten/language_htaccess
Add language_htaccess
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 c38e812..e757da8 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,7 @@ to something other than a raw file it should be marked with an asterisk.*
| [`language_go`](plugins/language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language |
| [`language_hlsl`](plugins/language_hlsl.lua?raw=1) | Syntax for the [HLSL](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) programming language |
| [`language_hs`](plugins/language_hs.lua?raw=1) | Syntax for the [Haskell](https://www.haskell.org/) programming language |
+| [`language_htaccess`](plugins/language_htaccess.lua?raw=1) | Syntax for [htaccess](https://en.wikipedia.org/wiki/.htaccess) files |
| [`language_ini`](plugins/language_ini.lua?raw=1) | Syntax for [ini](https://en.wikipedia.org/wiki/INI_file) files |
| [`language_java`](plugins/language_java.lua?raw=1) | Syntax for the [Java](https://en.wikipedia.org/wiki/Java_\(programming_language\)) programming language |
| [`language_jiyu`](plugins/language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language |