stan-dev / stan-mode

Emacs mode for Stan.
GNU General Public License v3.0
71 stars 15 forks source link

Fix c++-mode interference #65

Closed kaz-yos closed 3 years ago

kaz-yos commented 3 years ago

Closes https://github.com/stan-dev/stan-mode/issues/64

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.

Also github actions were adopted for testing (https://github.com/magit/magit/pull/4303).

kaz-yos commented 3 years ago

All github action checks passed. Merging.