ClimberMel / SMF_Add-in

Stock Market Functions for Excel using VBA
https://climbermel.github.io/SMF_Add-in/
14 stars 5 forks source link

Add VBA Language Annotation (`'@Lang VBA`) to all .bas files #87

Open DecimalTurn opened 2 weeks ago

DecimalTurn commented 2 weeks ago

This PR addresses closes: https://github.com/ClimberMel/SMF_Add-in/issues/86

With these changes all .bas files should be detected as VBA.

Note that new .bas files would need this annotation as well to ensure that they are correctly indentified. To automate this, you could use this GitHub Action that could run on each push/pull_request and would add the annotation when missing. That's what I used to make the changes in this PR, but I removed the automatic workflow for now since it's optional. I can always add it in a seperate PR if you are interested.