├── CHANGELOG.md ├── LICENSE ├── README.md ├── images ├── algorithme-tn.gif ├── icon.png ├── syntaxe-description.gif └── x-snippets.gif ├── language-configuration.json ├── package.json ├── snippets ├── base.json └── x-snippets.json └── syntaxes └── algo.tmLanguage.json /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/README.md -------------------------------------------------------------------------------- /images/algorithme-tn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/images/algorithme-tn.gif -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/images/icon.png -------------------------------------------------------------------------------- /images/syntaxe-description.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/images/syntaxe-description.gif -------------------------------------------------------------------------------- /images/x-snippets.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/images/x-snippets.gif -------------------------------------------------------------------------------- /language-configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/language-configuration.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/package.json -------------------------------------------------------------------------------- /snippets/base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/snippets/base.json -------------------------------------------------------------------------------- /snippets/x-snippets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/snippets/x-snippets.json -------------------------------------------------------------------------------- /syntaxes/algo.tmLanguage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romoez/algo-tn-vscode/HEAD/syntaxes/algo.tmLanguage.json --------------------------------------------------------------------------------