difit 2.0.4 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -112,7 +112,8 @@ difit supports syntax highlighting for multiple programming languages with dynam
112
112
  - **Shell Scripts**: `.sh`, `.bash`, `.zsh`, `.fish` files
113
113
  - **Backend Languages**: PHP, SQL, Ruby, Java, Scala
114
114
  - **Systems Languages**: C, C++, Rust, Go
115
- - **Others**: Python, Swift, Kotlin, YAML, Solidity, Vim script
115
+ - **Mobile Languages**: Swift, Kotlin, Dart
116
+ - **Others**: Python, YAML, Solidity, Vim script
116
117
 
117
118
  ### Dynamic Language Loading
118
119
 
@@ -546,7 +546,6 @@ describe('CLI index.ts', () => {
546
546
  baseCommitish: commitish + '^',
547
547
  mode: options.mode,
548
548
  }));
549
- return;
550
549
  }
551
550
  });
552
551
  await program.parseAsync(['main', '--tui'], { from: 'user' });
@@ -584,7 +583,6 @@ describe('CLI index.ts', () => {
584
583
  baseCommitish: commitish + '^',
585
584
  mode: options.mode,
586
585
  }));
587
- return;
588
586
  }
589
587
  });
590
588
  await program.parseAsync(['--tui', '--mode', 'inline'], { from: 'user' });
@@ -629,7 +627,6 @@ describe('CLI index.ts', () => {
629
627
  baseCommitish,
630
628
  mode: options.mode,
631
629
  }));
632
- return;
633
630
  }
634
631
  });
635
632
  await program.parseAsync(['working', '--tui', '--mode', 'inline'], { from: 'user' });