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

Feature/upgrade powershell #1213

Merged
merged 45 commits into from
Jun 28, 2019
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
783e4ba
Starting over.
aaroneg Jun 20, 2019
e606f67
Better examples
aaroneg Jun 20, 2019
9e55010
A bit less drastic.. just cut out the builtins
aaroneg Jun 20, 2019
152cf31
This line is not necessary.
aaroneg Jun 20, 2019
df31cf4
Embiggen the sample
aaroneg Jun 20, 2019
f79e6ca
for testing rouge-ruby/rouge#1208
aaroneg Jun 21, 2019
1439aaf
fixes rouge-ruby/rouge#1208
aaroneg Jun 21, 2019
39e3366
Documentation references
aaroneg Jun 21, 2019
1164706
Fixes.
aaroneg Jun 21, 2019
4dac128
Tests for
aaroneg Jun 21, 2019
b8e4ec4
Tests
aaroneg Jun 21, 2019
edbf1c6
Remove unnecesary commas
aaroneg Jun 21, 2019
2763d83
path test
aaroneg Jun 21, 2019
0584687
regex fixes from reviewers
aaroneg Jun 21, 2019
af228d5
extra commas in regex
aaroneg Jun 21, 2019
f9b7a0e
.
aaroneg Jun 21, 2019
89cdb55
Swap 0-9 for \d, drop generic
aaroneg Jun 21, 2019
329a184
Update lib/rouge/lexers/powershell.rb
aaroneg Jun 21, 2019
3f0e137
Fix regex
aaroneg Jun 21, 2019
6d102fc
Merge branch 'feature/upgrade-powershell' of github.com:aaroneg/rouge…
aaroneg Jun 21, 2019
3490359
simplify heredoc state - remove commented rule
aaroneg Jun 21, 2019
4a75eeb
Consistent indentation
aaroneg Jun 21, 2019
571b59f
clean up sample
aaroneg Jun 21, 2019
846ebb3
I think this fixes up the heredoc stuff a little.
aaroneg Jun 21, 2019
0d3c8af
This may or may not be correct for the literal heredocs.
aaroneg Jun 21, 2019
7bee99a
Update lexer
pyrmont Jun 21, 2019
3f38ea8
Update powershell.rb
aaroneg Jun 22, 2019
ba7b9c9
Formatting
aaroneg Jun 22, 2019
f8d7675
mark as whitespace
aaroneg Jun 22, 2019
142bfef
Fixes literal heredoc string
aaroneg Jun 22, 2019
4b39c06
Special comments
aaroneg Jun 22, 2019
0c0f57b
Handle any version of the requires directive
aaroneg Jun 22, 2019
95c4deb
there's no reason to have a linebreak here
aaroneg Jun 22, 2019
4790918
Refactor lexer, expand scope of sample
pyrmont Jun 24, 2019
1bbc20c
Merge branch 'prfix.pr-1213' of github.com:pyrmont/rouge into pr/1213
pyrmont Jun 24, 2019
ff166cd
Merge branch 'feature/upgrade-powershell' into prfix.pr-1213
aaroneg Jun 25, 2019
0eddb46
Merge pull request #1 from pyrmont/prfix.pr-1213
aaroneg Jun 25, 2019
6305db8
Merge branch 'feature/upgrade-powershell' of github.com:aaroneg/rouge…
aaroneg Jun 25, 2019
8649366
Fix incorrect merge, update rules
pyrmont Jun 26, 2019
d03bf03
Merge branch 'master' into feature/upgrade-powershell
pyrmont Jun 26, 2019
0fff498
Fix lexing of attributes
pyrmont Jun 26, 2019
548f54a
Fix RuboCop warning
pyrmont Jun 26, 2019
21f0528
Update attributes, move automatic variable rule
pyrmont Jun 26, 2019
65593e2
Leave attributes as array
pyrmont Jun 27, 2019
fdfe9d8
Amend URL in comment for cmdlet binding attributes
gmckeown Jun 27, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading