jrgant / apptainer-mode

Major mode for Apptainer definition files
GNU General Public License v3.0
0 stars 0 forks source link

Fix font-locking to conform with Melpa guidelines #1

Open jrgant opened 3 months ago

jrgant commented 3 months ago

I've committed the Melpa sin of having apptainer faces inherit a face and then overriding specific attributes.

I need to expose these options and let the user control them.

jrgant commented 3 months ago

Probably the best approach will be to refactor the code and trigger set-face-attribute in response to user-specified variables.