Skip to content

Commit 109f621

Browse files
committed
add missing special tokens as keywords
1 parent 557ce05 commit 109f621

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vdc/lexer.d

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,8 +1063,15 @@ const string[] keywords =
10631063
"__FILE__",
10641064
"__LINE__",
10651065
"__FUNCTION__",
1066+
"__FILE_FULL_PATH__",
10661067
"__PRETTY_FUNCTION__",
10671068
"__MODULE__",
1069+
"__DATE__",
1070+
"__TIME__",
1071+
"__TIMESTAMP__",
1072+
"__VENDOR__",
1073+
"__VERSION__",
1074+
"__EOF__",
10681075

10691076
"shared",
10701077
"immutable",

0 commit comments

Comments
 (0)