Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JEA file extensions to powershell #807

Merged
merged 2 commits into from
Oct 21, 2017
Merged

Add JEA file extensions to powershell #807

merged 2 commits into from
Oct 21, 2017

Conversation

michaeltlombardi
Copy link
Contributor

@michaeltlombardi michaeltlombardi commented Oct 20, 2017

These commits add functionality to the PowerShell lexer for handling JEA configuration files, both for role capabilities and for session configurations.

It also updates the tests to account for all supported PowerShell file types.

This resolves #808.

This commit adds the file types for PowerShell Just Enough
Administration, or JEA. The psrc filetype represents a
PowerShell Role Capabilities file and the pssc filetype
represents a PowerShell Session Configuration file.
This commit adds missing file types to the test for guessing.
All file types supported by Rouge are now tested for.
@gfx
Copy link
Member

gfx commented Oct 21, 2017

LGTM. Thanks!

@gfx gfx merged commit 8935d0b into rouge-ruby:master Oct 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing PowerShell File Types for Lexer
2 participants