Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 205 Bytes

tsk.md

File metadata and controls

9 lines (8 loc) · 205 Bytes

TSK

Tsk, the tsuki configuration language is basically json.

For syntax highlighting in .tsk files, add these lines to your vscode settings.json

"files.associations": {
    "*.tsk": "json"
}