]> git.mdlowis.com Git - projs/tide.git/commitdiff
Added enum keyword to c keywords list
authorMichael D. Lowis <mike.lowis@gentex.com>
Fri, 30 Jun 2017 16:01:16 +0000 (12:01 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Fri, 30 Jun 2017 16:01:16 +0000 (12:01 -0400)
tide-hl.rb

index 534e5f9f239ada97ad679969c176a895217a368b..3b813281c7d8cbd7861c7bc9c3cf68ae66d58639 100755 (executable)
@@ -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
   ]