├── .vscode └── launch.json ├── CHANGELOG.md ├── README.md ├── images ├── banner.png └── icon.png ├── language-configuration.json ├── package.json ├── syntaxes └── c-al.tmLanguage.json └── test ├── sample.c-al ├── sample.cal └── sample.nav /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/README.md -------------------------------------------------------------------------------- /images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/images/banner.png -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/images/icon.png -------------------------------------------------------------------------------- /language-configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/language-configuration.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/package.json -------------------------------------------------------------------------------- /syntaxes/c-al.tmLanguage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/syntaxes/c-al.tmLanguage.json -------------------------------------------------------------------------------- /test/sample.c-al: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/test/sample.c-al -------------------------------------------------------------------------------- /test/sample.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/test/sample.cal -------------------------------------------------------------------------------- /test/sample.nav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zodiacfireworks/vscode-c-al/HEAD/test/sample.nav --------------------------------------------------------------------------------