From 67c0fc81fc54b66b38bc214713174c6d167de9d2 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Fri, 30 Jun 2017 12:01:16 -0400 Subject: [PATCH] Added enum keyword to c keywords list --- tide-hl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] -- 2.49.0