With new Room, How to highlight SQL Syntax in Dao
Interfaces?
For example @Query(SELECT * FROM user)
is it possible to highlight the words SELECT, FROM
with a different color and text format than the word user
?
I found the answer from this link