From 935d39091159dee66834ab5589b1d16252159a18 Mon Sep 17 00:00:00 2001 From: Samantha Marshall Date: Sun, 13 Nov 2016 15:05:07 -0800 Subject: [PATCH] updating types --- runtime/syntax/objc.micro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/syntax/objc.micro b/runtime/syntax/objc.micro index f4d352d6..b97d660c 100644 --- a/runtime/syntax/objc.micro +++ b/runtime/syntax/objc.micro @@ -1,8 +1,8 @@ -## Here is an example for C/C++/Obj-C. +## Here is an example for Obj-C. ## syntax "Objective-C" "\.(m|mm|h)$" -color type "\b(float|double|CGFloat|id|bool|BOOL|char|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|(un)?signed|inline|Class|SEL|IMP)\b" +color type "\b(float|double|CGFloat|id|bool|BOOL|Boolean|char|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|(un)?signed|inline|Class|SEL|IMP|NS(U)?Integer)\b" color type "\b((s?size)|((u_?)?int(8|16|32|64|ptr)))_t\b" color type "\b[A-Z][A-Z][[:alnum:]]*\b" color type "\b[A-Za-z0-9_]*_t\b"