-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
MongoDB: added v5 support #3297
MongoDB: added v5 support #3297
Conversation
…b-syntax-pull-request # Conflicts: # components.js # components/prism-mongodb.js # components/prism-mongodb.min.js # plugins/autoloader/prism-autoloader.min.js # plugins/show-language/prism-show-language.min.js # tests/languages/mongodb/document_feature.test
Thank you for contributing @airs0urce! And for the future: Please don't spam PRs... |
Thanks! I was closing PRs after I see tests not passed. If there is way to check tests results before creating PR it would help me to check it before. But I'm not sure if this is possible now. |
You can add as many commit as you want, even after creating a PR. The PR will be updated automatically after you push new commits. So if the tests fail, just keep adding commits until they pass.
If you want to run tests locally, run Our CI also runs some additional tests, but the above two are the most important ones. |
Thank you for the info, will do like that next time. I send PRs not often on github, so didn't get used to the procedure. |
Added support for MongoDB 5 keywords