Closed costin closed 11 years ago
Thanks, I'll have a closer look tomorrow and let you know.
After looking at your patch, everything seems fine apart from the following:
Other than the above, the Readme files (and the website) need updating to include the new lexer and we can merge this.
Thanks
Readme-mod.txt != Readme.md.... Also please rebase your branch, it doesn't make any sense to have https://github.com/costin/notepad2-mod/commit/43e0bb21c96f002ff9ed5baa357c435365726ee1 and https://github.com/costin/notepad2-mod/commit/48f1cc43ca37fa09c08712e4485e80dbb67c0610.
Thanks for fixing the IDs.
Also, please let me know how you want to be credited.
Since the last readme update seems to have caused issues, I simply removed it. As for the credit, I haven't done much - the lexer was already there so it didn't make sense (at least to me) to add my name into the readme.
All right, it's your call. I'll have a last look later today or tomorrow and then merge it.
Can you squash your commits into one?
Done.
What do you think about the "Document" style? I generally don't like backgrounds like that.
I was also thinking to use fore:#FF8000
instead of fore:#880000
for "Number" and bold; fore:#0A246A
instead of fore:#000088; bold
for "Identifier".
If you agree, please make these changes and the PR is ready.
I don't have much of a preference regarding the styles - I think they are fine as they are. If you want the style for "Document" to change, let me know to what, otherwise I'll leave it as it is. Feel free to change them. I've changed Number and Identifier and pushed the commit (squashed).
All right, merged it as is and if I think of a different style for "Document" I'll change it later.
Thanks for your contribution.
Adding YAML lexer to Notepad2 (for issue #33). This is an initial draft - compiles fine on my end and can edit various yaml files (code folding is also available which is quite nice).
Not sure about the style though - I might change it and use the one from wikipedia. Suggestions welcome.
Cheers