In the previous version, invocation of stan-mode via loading a stan file advised c-syntactic-end-of-macro incorrectly, making it malfunction in c++-mode. This resulted in broken syntax highlighting in a C++ file.
This interference issue was solved by improving the advising of c-syntactic-end-of-macro.
Closes https://github.com/stan-dev/stan-mode/issues/64
In the previous version, invocation of
stan-mode
via loading a stan file advisedc-syntactic-end-of-macro
incorrectly, making it malfunction inc++-mode
. This resulted in broken syntax highlighting in a C++ file.This interference issue was solved by improving the advising of
c-syntactic-end-of-macro
.Also github actions were adopted for testing (https://github.com/magit/magit/pull/4303).