chaseruskin / legoHDL

An experimental package manager and development tool for Hardware Description Languages (HDL).
https://c-rus.github.io/legoHDL
MIT License
14 stars 2 forks source link

Allow multiple extensions to fall under the same label #31

Closed chaseruskin closed 3 years ago

chaseruskin commented 3 years ago

Sometimes a file can be stored with different extensions but be for the same language, such a .h or .hpp for C++ header files. Allowing multiple extensions to fall under the same label can occur within the integrated GUI by allowing extensions to be separated by commas (,), like markets for a given workspace.

Example:

C-HEADER: *.h,*.hpp

chaseruskin commented 3 years ago

Solution merged from major-refactor.