diff options
author | Tuhkis <88197425+Tuhkis@users.noreply.github.com> | 2023-07-24 20:28:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 19:28:03 +0200 |
commit | dcba3e8f602eb1537a788a59f32484255371445e (patch) | |
tree | dd2beaae27a0a821ec42f589a0fa916481a3ef81 /README.md | |
parent | 7ad72c86573867acd24549c725ccab45343ffb20 (diff) | |
download | lite-xl-plugins-dcba3e8f602eb1537a788a59f32484255371445e.tar.gz lite-xl-plugins-dcba3e8f602eb1537a788a59f32484255371445e.zip |
Hare language support (#269)
* Hare support
* Add all keywords from language spec
* Add to table
* Missed flexible constant types
* add fini init and test
* manifest.json
* Better comment pattern
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,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_gravity`](plugins/language_gravity.lua?raw=1) | Syntax for the [Gravity](https://marcobambini.github.io/gravity/) programming language. | | [`language_haxe`](plugins/language_haxe.lua?raw=1) | Syntax for the [Haxe](https://haxe.org) programming language | +| [`language_hare`](plugins/language_hare.lua?raw=1) | Syntax for the [Hare](https://harelang.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://httpd.apache.org/docs/2.4/howto/htaccess.html) files. | |