From 099a5fddfbf864f3a3aeb135bd83de80e2ce608a Mon Sep 17 00:00:00 2001 From: evanlin96069 <72735402+evanlin96069@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:07:39 -0400 Subject: [PATCH] Remove srctas syntax --- resources/syntax/srctas.json | 39 ------------------------------------ 1 file changed, 39 deletions(-) delete mode 100644 resources/syntax/srctas.json diff --git a/resources/syntax/srctas.json b/resources/syntax/srctas.json deleted file mode 100644 index b616655..0000000 --- a/resources/syntax/srctas.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "SRCTAS", - "extensions": [ - ".srctas" - ], - "comment": "//", - "keywords1": [ - "save", - "demo", - "search", - "playspeed", - "settings", - "vars", - "frames", - "sl", - "ss" - ], - "keywords2": [ - "var", - "float", - "int", - "angle" - ], - "keywords3": [ - "tick", - "tickend", - "posx", - "posy", - "posz", - "velx", - "vely", - "velz", - "vel2d", - "velabs", - "alive", - "changelevel", - "jb" - ] -}