alan.invents 5 lat temu
rodzic
commit
266e2c1a39
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/julia/julia.test.ts

+ 1 - 1
src/julia/julia.test.ts

@@ -30,7 +30,7 @@ testTokenization('julia', [
       {startIndex: 5, type: "source.julia"},
       {startIndex: 6, type: ""},
       {startIndex: 7, type: "number.julia"},
-      {startIndex: 8, type: "identifer.julia"}
+      {startIndex: 8, type: "identifier.julia"}
     ]
   }]
 ]);