diff options
author | Jeremy Cowgar <jeremy@cowgar.com> | 2023-02-23 17:30:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 17:30:42 -0500 |
commit | b08aa476fee15a8bcf3e3b5c9780236ab6a52586 (patch) | |
tree | f6d092f54162878fb37c1a0d64be8100441ab06c /manifest.json | |
parent | 1f87c2a8f1eb9c28d9fdff7da5f8992dcc52d94c (diff) | |
download | lite-xl-plugins-b08aa476fee15a8bcf3e3b5c9780236ab6a52586.tar.gz lite-xl-plugins-b08aa476fee15a8bcf3e3b5c9780236ab6a52586.zip |
Add heredoc sigil and heex file support for Elixir (#217)
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 5285e4a..41c6311 100644 --- a/manifest.json +++ b/manifest.json @@ -439,7 +439,7 @@ }, { "description": "Syntax for the [Elixir](https://elixir-lang.org) programming language", - "version": "0.1", + "version": "0.2", "path": "plugins/language_elixir.lua", "id": "language_elixir", "mod_version": "3" |