diff --git a/kin/grammar/PBXProj.g4 b/kin/grammar/PBXProj.g4 index 2ea54c8..64c8799 100644 --- a/kin/grammar/PBXProj.g4 +++ b/kin/grammar/PBXProj.g4 @@ -164,6 +164,7 @@ pbx_aggregate_target build_configuration_list build_phases build_settings? + comments? dependencies name product_name? diff --git a/tests/ok/sdl.b392469.project.pbxproj b/tests/ok/sdl.b392469.project.pbxproj index e792501..6751250 100644 --- a/tests/ok/sdl.b392469.project.pbxproj +++ b/tests/ok/sdl.b392469.project.pbxproj @@ -13,6 +13,7 @@ buildPhases = ( F3676F5E2A78852D0091160D /* ShellScript */, ); + comments = "Test comment."; dependencies = ( F3676F5D2A7885130091160D /* PBXTargetDependency */, );