diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | manifest.json | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -279,6 +279,7 @@ to follow with `extra.follow_branch`.* | [`language_scala`](plugins/language_scala.lua?raw=1) | Syntax for the [Scala](https://scala-lang.org/) programming language | | [`language_sh`](plugins/language_sh.lua?raw=1) | Syntax for shell scripting language | | [`language_ssh_config`](plugins/language_ssh_config.lua?raw=1) | Syntax for ssh & sshd config files | +| [`language_swift`](https://github.com/RohanVashisht1234/swift_syntax_highlighting_lite-xl)\* | Syntax for the [Swift](https://developer.apple.com/swift/) programming language | | [`language_tal`](plugins/language_tal.lua?raw=1) | Syntax for the [Uxntal](https://wiki.xxiivv.com/site/uxntal) assembly language | | [`language_tcl`](plugins/language_tcl.lua?raw=1) | Syntax for the [Tcl](https://www.tcl.tk/) programming language | | [`language_teal`](plugins/language_teal.lua?raw=1) | Syntax for the [Teal](https://github.com/teal-language/tl) programming language, a typed dialect of Lua. | diff --git a/manifest.json b/manifest.json index 088bb2e..3bbd6c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1420,7 +1420,7 @@ "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", + "remote": "https://github.com/RohanVashisht1234/swift_syntax_highlighting_lite-xl:4211079ced99ed693b5c8acad61f3a27a511919d", "tags": [ "language" ], |