patch 8.2.3283: Julia filetype is not recognized

Problem:    Julia filetype is not recognized
Solution:   Add filetype detection. (Christian Clason, closes #8700)
diff --git a/src/version.c b/src/version.c
index 1cddd15..35bb391 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3283,
+/**/
     3282,
 /**/
     3281,