Micro-optimization

This commit is contained in:
Kovid Goyal
2023-03-23 11:03:17 +05:30
parent 14b58ba015
commit 4bc9cf84a3
2 changed files with 32 additions and 22 deletions

View File

@@ -6,11 +6,12 @@ import (
"errors"
"fmt"
"io"
"kitty/tools/utils"
"kitty/tools/utils/images"
"path/filepath"
"strings"
"kitty/tools/utils"
"kitty/tools/utils/images"
"github.com/alecthomas/chroma/v2"
"github.com/alecthomas/chroma/v2/lexers"
"github.com/alecthomas/chroma/v2/styles"