From: Michael D. Lowis Date: Fri, 30 Jun 2017 16:01:16 +0000 (-0400) Subject: Added enum keyword to c keywords list X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=67c0fc81fc54b66b38bc214713174c6d167de9d2;p=projs%2Ftide.git Added enum keyword to c keywords list --- diff --git a/tide-hl.rb b/tide-hl.rb index 534e5f9..3b81328 100755 --- a/tide-hl.rb +++ b/tide-hl.rb @@ -109,7 +109,7 @@ 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 auto const + void extern static inline struct enum typedef union volatile auto const int8_t int16_t int32_t int64_t uint8_t uint16_t uint32_t uint64_t ]