diff options
author | Rohan Vashisht <81112205+RohanVashisht1234@users.noreply.github.com> | 2024-04-02 18:59:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 15:29:59 +0200 |
commit | 8fd48d08d3ea6b65958fe18d7308f6ab7a7b302f (patch) | |
tree | 5f8557080e328331f27b4565e02d832b55166733 | |
parent | 8e90427fd6f705b70727dc26cb63abfa1a43d3dc (diff) | |
download | lite-xl-plugins-8fd48d08d3ea6b65958fe18d7308f6ab7a7b302f.tar.gz lite-xl-plugins-8fd48d08d3ea6b65958fe18d7308f6ab7a7b302f.zip |
Add `language_swift` (#407)
* Update manifest.json
* Update manifest.json
-rw-r--r-- | manifest.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 934b16b..088bb2e 100644 --- a/manifest.json +++ b/manifest.json @@ -139,6 +139,7 @@ "language_scala": {}, "language_sh": {}, "language_ssh_config": {}, + "language_swift": {}, "language_tal": {}, "language_tcl": {}, "language_teal": {}, @@ -157,7 +158,7 @@ "id": "meta_languages", "mod_version": "3", "type": "meta", - "version": "0.1.8" + "version": "0.1.9" }, { "description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*", @@ -1416,6 +1417,16 @@ "version": "0.1" }, { + "description": "Syntax for the [Swift](https://developer.apple.com/swift/) programming language", + "id": "language_swift", + "mod_version": "3", + "remote":"https://github.com/RohanVashisht1234/swift_syntax_highlighting_lite-xl:4211079ced99ed693b5c8acad61f3a27a511919d", + "tags": [ + "language" + ], + "version": "0.1" + }, + { "description": "Syntax for shell scripting language", "id": "language_sh", "mod_version": "3", |