From dba5faabb207dc134719ddbb4f540c1f4702a01f Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Fri, 23 Sep 2016 09:16:07 -0700 Subject: [PATCH] Syntax highlight C code in README Summary: Closes https://github.com/facebook/css-layout/pull/221 Reviewed By: vjeux Differential Revision: D3914024 Pulled By: emilsjolander fbshipit-source-id: 4cb0741e526dfefbbb41e8afed1c2f52823df08a --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 505edbeb..66c820f4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ We think supporting RTL locales is very important. Therefor CSSLayout supports n ### C The full API can be found in `CSSLayout/CSSLayout.h`. -```html +```c CSSNodeRef root = CSSNodeNew(); CSSNodeStyleSetWidth(root, 100); CSSNodeStyleSetHeight(root, 100);