From: Michael D. Lowis Date: Wed, 28 Jun 2017 18:09:35 +0000 (-0400) Subject: Added some missing keywords to C rules X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=84164c3aa4ae4f3c78d32e505527b97348262adc;p=projs%2Ftide.git Added some missing keywords to C rules --- 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[