akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
https://akvelon.com
Apache License 2.0
204 stars 49 forks source link

Issue192 paired symbols, issue199 yaml support #231

Open Malarg opened 1 year ago

Malarg commented 1 year ago

resolves #192 resolves #199 resolves #235

codecov[bot] commented 1 year ago

Codecov Report

Merging #231 (ef71caf) into main (b4e7714) will decrease coverage by 0.07%. The diff coverage is 71.42%.

:exclamation: Current head ef71caf differs from pull request most recent head 962aae2. Consider uploading reports for the commit 962aae2 to get more accurate results

@@            Coverage Diff             @@
##             main     #231      +/-   ##
==========================================
- Coverage   81.96%   81.89%   -0.07%     
==========================================
  Files         107      108       +1     
  Lines        3166     3187      +21     
==========================================
+ Hits         2595     2610      +15     
- Misses        571      577       +6     
Impacted Files Coverage Δ
lib/src/code_field/code_controller.dart 81.48% <ø> (ø)
lib/src/folding/parsers/parser_factory.dart 87.50% <50.00%> (-12.50%) :arrow_down:
lib/src/code_modifiers/insertion.dart 73.68% <73.68%> (ø)