diff options
author | kramo <93832451+kra-mo@users.noreply.github.com> | 2024-02-01 20:29:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 20:29:19 +0100 |
commit | 66a42c3e87c9b2c8395af232572c5fd0513e86d6 (patch) | |
tree | d1a6c457c9bcf990630547b34363cb71b74c9605 /manifest.json | |
parent | f3efbe86a457786afb5cb9993772cec2fc8e8815 (diff) | |
download | lite-xl-plugins-66a42c3e87c9b2c8395af232572c5fd0513e86d6.tar.gz lite-xl-plugins-66a42c3e87c9b2c8395af232572c5fd0513e86d6.zip |
Fix Haskell comments, add block_comment (#358)
* Fix Haskell comments, add block_comment
`-` Was incorrectly escaped before
* Update Haskell comment pattern
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 1a229f9..f4d5c32 100644 --- a/manifest.json +++ b/manifest.json @@ -826,7 +826,7 @@ }, { "description": "Syntax for the [Haskell](https://www.haskell.org/) programming language", - "version": "0.1", + "version": "0.2", "path": "plugins/language_hs.lua", "id": "language_hs", "mod_version": "3", |