Skip to content

Add .exp extension for tcl icon #475

Closed
@garettmd

Description

  • I'm sure this issue is not a duplicate?

Can we add the exp extension to the to the tcl icon set? This is to account for expect, an extension to the tcl language. This would require changing the supportedExtensions.js file's line as follows:

{ icon: 'tcl', extensions: ['tcl'] },

becomes

{ icon: 'tcl', extensions: ['tcl','exp'] },

And this would probably better suited to me just issuing a pull request, but I don't have any experiencing with building via npm, so I'm pretty sure I'd get it wrong.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions