patch 8.1.1931: syntax test fails

Problem:    Syntax test fails.
Solution:   Add new javascriptreact type to completions.
diff --git a/src/version.c b/src/version.c
index f0e441a..9c8ff70 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1931,
+/**/
     1930,
 /**/
     1929,