gitextract_m3_u_wem/ ├── .github/ │ ├── CODE_OF_CONDUCT.md │ └── SECURITY.md ├── .gitignore ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md ├── LICENSE ├── PowerShellSyntax.tmLanguage ├── README.md ├── Third Party Notices.txt ├── appveyor.yml ├── build.ps1 ├── examples/ │ ├── TheBigTestFile.ps1 │ ├── advancedFunction.ps1 │ ├── class.ps1 │ └── test.ps1 ├── package.json ├── spec/ │ ├── powershell-spec.coffee │ └── testfiles/ │ ├── syntax_test_Class.ps1 │ ├── syntax_test_Function.ps1 │ └── syntax_test_TheBigTestFile.ps1 └── tools/ ├── banners.ps1 ├── build-grammar.js └── build-helpers.ps1