Escape for comments in SQL files with liquibase

Is there a way to escape comments in strings for sql file consumed by liquibase? 
How can I escape '--' in a string in a .sql file consumed by liquibase?

add stripComments:false in the -- changeset line.
By default, it is true