mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-23 21:20:57 +01:00
* fix: Update CodeMirror mode to use combinedmode for SingleLineEditor. This will highlight the pathparams in the QueryUrl. * Refactor: Updated url highlighting. * refactor: Improved the hinting part. * refactor: CodeEditor, MultiLineEditor, and QueryEditor to use defineCombinedCodeMirrorMode for highlighting Bruno variables instead of defineCodeMirrorBrunoVariablesMode * refactor: Updated defineCombinedCodeMirrorMode to defineCodeMirrorCombinedVariablesMode. Now the pathparams at the end of the URL is also highlighted. * refactor: Update CodeMirror mode to use defineCodeMirrorBrunoVariablesMode instead of defineCodeMirrorCombinedVariablesMode. Now the path params in the URL will be highlighted on application open. --------- Co-authored-by: Anoop M D <anoop.md1421@gmail.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.babelrc | ||
.env.production | ||
.gitignore | ||
.prettierrc.json | ||
jsconfig.json | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js |