SongTxt-vscode icon indicating copy to clipboard operation
SongTxt-vscode copied to clipboard

Anyway to activate extension automatically on other files (not only *.txt, *.tab)?

Open contributor opened this issue 2 years ago • 1 comments

I can do this manually using "Language Mode" in status bar or command pallete, and SongTxt does chord highlighting. But automatic mode would be great to brows many files in folders with non standard extension

contributor avatar Nov 21 '22 18:11 contributor

It is possible to achieve this behavior using vscode settings json:

    "files.associations": {
        "*.md": "songtxt"
      }

This issue can be closed.

contributor avatar Nov 21 '22 20:11 contributor