From cd61d52c4dfc242032062e5f7d0822dd4b75b3cf Mon Sep 17 00:00:00 2001 From: Chris Maughan Date: Tue, 10 Oct 2023 19:16:42 +0100 Subject: [PATCH] New scenegraph keyword --- src/syntax_providers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syntax_providers.cpp b/src/syntax_providers.cpp index a2fb5cee..35914700 100644 --- a/src/syntax_providers.cpp +++ b/src/syntax_providers.cpp @@ -136,7 +136,7 @@ static std::unordered_set janet_identifiers = { }; static std::unordered_set 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 py_keywords = {