From 62f6016e9417e44949808b955736efc7b1d117f8 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Thu, 22 Oct 2015 09:49:26 -0700 Subject: [PATCH] [README] Syntax highlight --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e88a052..f099e4b 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ For example, `Stencil` to `stencil`. #### Registering custom filters -``` +```swift template.parser.registerFilter("double") { value in if let value = value as? Int { return value * 2