-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
adding Lasso language and sample files #235
Conversation
It looks like your version of pygments is over two months old. Please update! |
- .inc | ||
- .las | ||
- .lasso9 | ||
- .ldml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You won't need to specify these extensions anymore when you provide samples. It looks like you have a .lasso
and .lasso9
. It'd be great to have ones for .las
and .ldml
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the tip. I also updated the instructions at the top of the file accordingly.
Looks mostly good. I can merge it after we get pygments updated. We're kinda in a weird spot cause we're testing a huge branch refactor of pygments.rb. So it might be another couple of weeks. I'll ping you back when its good. |
…on. Clarify comments at top of languages.yml.
Hi Joshua, Thanks for the response. I can relate to the situation. Cheers! --steve On 8/19/12 at 8:21 AM, notifications@github.com (Joshua Peek) pronounced:
Steve Piercy Web Site Builder |
Has there been any progress on pygments.rb? Should I push a new commit to force Travis to run its tests? |
Bumping again ? |
Conflicts: lib/linguist/languages.yml
pygments.rb has updated to the latest pygments, and is now pulling in Lasso as a language. However the Travis build still fails. What can I do to get my pull request to pass the Travis build? Perhaps a ping to @josh will help? |
@tnm Sorry for the crossed comments. Thank you for the follow-up! |
Sorry for the delay. 0.3.7 is updated with new lexers and so is linguist, |
@tnm The Travis build still fails. I'm not sure what to do. Does my branch 'lasso' need to be merged into 'master'? |
@stevepiercy — I see it. linguist is still picking up 0.3.4. Bump the gemspec to say |
@stevepiercy — e.g., We'll probably bump master soon also. |
With that, tests will run fine. However I did also pull your branch down and you will probably see this:
That failure seems to be related to changes in your branch (the |
@stevepiercy — Bit more help for you :) Looks like you have |
Tests pass cleanly for me when the only file type in the sample directory is |
Awesome! I'm cool to merge this but I'll wait for @josh's 👍 as well since this includes the @josh — the relevant sample files here look good, and there are no extension name conflicts. |
@stevepiercy gg ! |
Alright, I have a cleaned-up rebased version of this branch (sans the pygments.rb version change) ready to go whenever. |
@josh May I please have a 👍 from you for this pull request? Thank you! |
Merged in adc9246 |
Adding Lasso programming language, per GitHub Issue #234