ignatov / intellij-erlang

Erlang IDE
https://www.jetbrains.com/help/idea/2018.2/getting-started-with-erlang.html
Other
735 stars 120 forks source link

Autogenerated copyright block comments don't highlight `edoc` comments, autogenerate copyright ignores some Erlang source files #936

Open p-kraszewski opened 3 years ago

p-kraszewski commented 3 years ago

Highlighter

Autogenerated copyright line comments start with %% comment (as they should, per EDoc manual), but edoc syntax is not highlighted in source unless they start with %%%.

%% @copyrignt is not highlighted
%%% @copyrignt is highlighted

Update copyright

Additionally, "Update copyright" function updates only .erl files, ignoring .hrl, .app, .app.src and some other "brandable" files.

Environment