Skip to content

Commit cd61d52

Browse files
committed
New scenegraph keyword
1 parent ba07afd commit cd61d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax_providers.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static std::unordered_set<std::string> janet_identifiers = {
136136
};
137137

138138
static std::unordered_set<std::string> scenegraph_keywords = {
139-
"pass", "post_2d", "geometry", "camera", "position", "look_at", "field_of_view", "near_far", "build_as", "vs", "gs", "fs", "model", "scale", "path", "surface", "size", "format", "targets", "clear", "ray_group_triangles", "ray_group_general", "ray_group_procedural", "ray_gen", "closest_hit", "miss", "any_hit", "callable", "intersection"
139+
"pass", "post_2d", "geometry", "script", "camera", "position", "look_at", "field_of_view", "near_far", "build_as", "vs", "gs", "fs", "model", "scale", "path", "surface", "size", "format", "targets", "clear", "ray_group_triangles", "ray_group_general", "ray_group_procedural", "ray_gen", "closest_hit", "miss", "any_hit", "callable", "intersection"
140140
};
141141

142142
static std::unordered_set<std::string> py_keywords = {

0 commit comments

Comments
 (0)