diff options
author | pommicket <pommicket@gmail.com> | 2023-10-19 09:47:57 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-10-19 09:47:57 -0400 |
commit | 30f37caf7d9facf7698d01ef77d7da93e7316103 (patch) | |
tree | ac49bf6d922766a3613651dec9783099c87930bc /ted.h | |
parent | 0dc4d4db3a91faa799187fd321fcae82b12f9b66 (diff) |
basic editorconfig implementation
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ enum { /// GDScript LANG_GDSCRIPT = 19, + /// this will never be a valid language ID + LANG_INVALID = 9999, /// all user-defined languages are greater than this. LANG_USER_MIN = 100000, /// all user-defined languages are less than this. |