With this addon, commenting in atom produces a `/* */` style syntax instead of `#` Additionally, `%` should also be doubled as to escape any macros in comments. Like so: ``` %example_macro %{version} ``` to ``` #%%example_macro %%{version} ```
With this addon, commenting in atom produces a
/* */style syntax instead of#Additionally,
%should also be doubled as to escape any macros in comments.Like so:
to