-
Notifications
You must be signed in to change notification settings - Fork 5.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
Option to determine specific prefixes for quote insertion #5067
Conversation
Codecov ReportBase: 86.20% // Head: 86.21% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #5067 +/- ##
=======================================
Coverage 86.20% 86.21%
=======================================
Files 548 548
Lines 41704 41726 +22
Branches 6564 6565 +1
=======================================
+ Hits 35953 35975 +22
Misses 5751 5751
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
a6d9c21
to
6286eb5
Compare
6286eb5
to
b331e0d
Compare
8a077c2
to
7fb85f1
Compare
…rg#5067) * add new behaviour option to determine specific prefixes for quote insertion * make quotes check more generic; add auto quote insertion for javascript (backtick) * change cstyle behaviours option to more suitable * add type definition for Mode; move `$pairQuotesAfter` from options to mode property Issue ajaxorg#5063
Issue #, if available: #5063
Description of changes:
leftChar
forisWordAfter
instead ofrightChar
word
for Javascript modeBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.