]> git.mdlowis.com Git - projs/tide.git/commitdiff
Added gpkgfile as a ruby highlighted file
authorMichael D. Lowis <mike.lowis@gentex.com>
Fri, 30 Jun 2017 15:12:03 +0000 (11:12 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Fri, 30 Jun 2017 15:12:03 +0000 (11:12 -0400)
tide-hl.rb

index a7025d40c40a50cba1b6c8d6192a1eba9d3b6c5f..534e5f9f239ada97ad679969c176a895217a368b 100755 (executable)
@@ -102,7 +102,7 @@ end
 #-------------------------------------------------------------------------------
 
 languages({
-  "Ruby" => Set.new(%w[Rakefile Rakefile.rb .rb]),
+  "Ruby" => Set.new(%w[Rakefile Rakefile.rb .rb gpkgfile]),
   "C"    => Set.new(%w[.c .h .cpp .hpp .cc .c++ .cxx]),
 })