diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 19:57:48 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 19:57:48 -0500 |
commit | 9763c3f2bdcb224ab5cfa0c31183635005844e30 (patch) | |
tree | ac6667a6809a9de7a02c4f0ff4a0b5afc173ba6a /README.md | |
parent | 19cba4be4ab62eff491f43a237a53ac5a035b07b (diff) | |
download | lite-xl-plugins-9763c3f2bdcb224ab5cfa0c31183635005844e30.tar.gz lite-xl-plugins-9763c3f2bdcb224ab5cfa0c31183635005844e30.zip |
Added in descripiton for hta.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`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) | | +| [`language_htaccess`](/plugins/language_htaccess.lua?raw=1) | Syntax for [.htaccess](https://httpd.apache.org/docs/2.4/howto/htaccess.html) files. | | [`language_ignore`](https://github.com/anthonyaxenov/lite-xl-ignore-syntax)\* | Syntax for [.gitignore](https://git-scm.com/docs/gitignore), [.dockerignore](https://docs.docker.com/engine/reference/builder/#dockerignore-file) and some other `.*ignore` 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 | |