Skip to content

Commit

Permalink
New scenegraph keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaughan committed Oct 10, 2023
1 parent ba07afd commit cd61d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax_providers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static std::unordered_set<std::string> janet_identifiers = {
};

static std::unordered_set<std::string> scenegraph_keywords = {
"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"
"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"
};

static std::unordered_set<std::string> py_keywords = {
Expand Down

0 comments on commit cd61d52

Please sign in to comment.