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)的軟體開啟。 ## 作者們 diff --git a/guide/leaf.md b/guide/leaf.md index 3d784a00..1f5e2a79 100644 --- a/guide/leaf.md +++ b/guide/leaf.md @@ -175,6 +175,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)