Closed duarm closed 1 year ago
We should either match for # or ; on setting_name too, otherwise the highlight breaks with multiples ; style comments or when mixing both
setting_name
;
Problem:
Solution: match ;|# on setting_name instead of only #
;|#
#
We should either match for # or ; on
setting_name
too, otherwise the highlight breaks with multiples;
style comments or when mixing bothProblem:
Solution: match
;|#
on setting_name instead of only#