Custom SQL Auto complete for Hive parser


I have gone through this article, and I want to allow autocomplete for the Data Catalog for Hive.
select * from catalog.db_schema.table

The above auto-complete doesn’t work currently.
How can I modify the grammar to support such a table name format for auto-complete?