GNOME Bugzilla – Bug 729713
ini.lang: Support # as line comment marker.
Last modified: 2014-05-12 08:03:51 UTC
data/language-specs/ini.lang: Support # as line comment marker. The Python configparser module [1] allows one to read INI files and # and ; are treated as line comment characters by default. [1] https://docs.python.org/3/library/configparser.html Patch is attached.
Created attachment 276068 [details] [review] 0001-data-language-specs-ini.lang-Support-as-line-comment.patch
I've pushed the patch to the master branch, thanks.
Thanks.