Sonar is not reading .PRC, .TRG,.VW source of SQL type

I have installed Sonar7 and used plugin UTPLSQL. I have SQL code base. This folders contains mix of files with extension .sql, .pkb, .pks ,.prc, .vw, .fnc, .trg etc. Sonar is able to read file with extension .sql, .pkb,.prc but unable to read extension .prc, .vw, .fnc, .trg

I am also facing the same issue do we have any resolution for this

You must add these extensions to the “File Suffixes” config:

Or set the property sonar.plsql.file.suffixes in the scanner

It works thanks a lot