From 66af83634231fb5d54191d94759bd28d414cd431 Mon Sep 17 00:00:00 2001 From: Dolphin Su Date: Sun, 18 Dec 2016 15:44:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?add=20VaporForm,=20Jobs,=20Heimdall?= =?UTF-8?q?=E2=80=99s=20Chinese=20description.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.zh-hant.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.zh-hant.md b/README.zh-hant.md index 967902d4..e794031e 100644 --- a/README.zh-hant.md +++ b/README.zh-hant.md @@ -67,8 +67,9 @@ Vapor 是一個在 Swift 上很受歡迎的 Web framework。它提供了清楚 - [VaporS3Signer](https://github.com/JustinM1/VaporS3Signer): 用來產生 HTTP request 的 headers 及已經簽證過的 URL,用來 request AWS S3 的 REST API。 - [Flock](https://github.com/jakeheis/Flock): 自動將 Swift 專案發佈上主機。 - [VaporFlock](https://github.com/jakeheis/VaporFlock): 利用 Flock 發佈 Vapor applications。 -- [VaporForms](https://github.com/bygri/vapor-forms)。 -- [Jobs](https://github.com/BrettRToomey/Jobs)。 +- [VaporForms](https://github.com/bygri/vapor-forms): 讓我們在處理前端送來的 form request 時可以輕鬆一點的套件。 +- [Jobs](https://github.com/BrettRToomey/Jobs): 在某個特定的時間點執行某些程式碼的套件。 +- [Heimdall](https://github.com/himani93/heimdall): 用來將收到的 http request 記錄到某個檔案的套件,且這個寫好的檔可以用試算表類型(ex: excel, google sheets)的軟體開啟。 ## 作者們 From ef4224e460c7d4f0e215c265ef7be46fa6739e7e Mon Sep 17 00:00:00 2001 From: Francisco Amado Date: Tue, 20 Dec 2016 10:26:58 +0000 Subject: [PATCH 2/2] Added VScode syntax highlighter --- guide/leaf.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/leaf.md b/guide/leaf.md index e34bc6f6..29e94255 100644 --- a/guide/leaf.md +++ b/guide/leaf.md @@ -174,6 +174,11 @@ It is not currently possible to implement Leaf Syntax Highlighting in Xcode, how There appears to be a way to [make Xcode file associations persist](http://stackoverflow.com/questions/9050035/how-to-make-xcode-recognize-a-custom-file-extension-as-objective-c-for-syntax-hi) but that requires a bit more kung-fu. + +### Visual Studio Code + +[vscode-html-leaf](https://marketplace.visualstudio.com/items?itemName=Francisco.html-leaf) by FranciscoAmado + ### CLion & AppCode Some preliminary work has been done to implement a Leaf Plugin for CLion & AppCode but lack of skill and interest in Java has slowed progress! If you have IntelliJ SDK experience and want to help with this, message Tom Holland on [Vapor Slack](http://vapor.team)