patch 8.2.5015: Hoon and Moonscript files are not recognized

Problem:    Hoon and Moonscript files are not recognized.
Solution:   Add filetype patterns. (Goc Dundar, closes #10478)
diff --git a/src/version.c b/src/version.c
index a4af508..4682108 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5015,
+/**/
     5014,
 /**/
     5013,