From 84164c3aa4ae4f3c78d32e505527b97348262adc Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 28 Jun 2017 14:09:35 -0400 Subject: [PATCH] Added some missing keywords to C rules --- tide-hl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tide-hl.rb b/tide-hl.rb index 08d81f7..a7025d4 100755 --- a/tide-hl.rb +++ b/tide-hl.rb @@ -109,12 +109,12 @@ languages({ language "C" do types = Set.new %w[ bool short int long unsigned signed char size_t - void extern static inline struct typedef union volatile + void extern static inline struct typedef union volatile auto const int8_t int16_t int32_t int64_t uint8_t uint16_t uint32_t uint64_t ] keywords = Set.new %w[ - goto break return continue asm case default if else switch while for do + goto break return continue asm case default if else switch while for do sizeof ] constants = Set.new %w[ -- 2.49.0