Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Add snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Mar 4, 2017
1 parent dd0f199 commit 676f77e
Show file tree
Hide file tree
Showing 2 changed files with 4,122 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"vscode": "^0.10.1"
},
"categories": [
"Languages"
"Languages",
"Snippets"
],
"license": "SEE LICENSE IN LICENSE.md",
"icon": "icon.png",
Expand Down Expand Up @@ -40,6 +41,10 @@
"language": "ahk",
"scopeName": "source.ahk",
"path": "./syntaxes/ahk.tmLanguage"
}],
"snippets": [{
"language": "ahk",
"path": "./snippets/ahk.json"
}]
}
}
}
Loading

0 comments on commit 676f77e

Please sign in to comment.