Skip to content

Commit 7ce775f

Browse files
rename
1 parent 7b423d1 commit 7ce775f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/cursorless-org-docs/src/docs/components/calculateHighlights.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
} from "@cursorless/common";
77
import type { DecorationItem } from "shiki";
88
import { blendRangeTypeColors } from "./blendRangeColors";
9-
import { flattenHighlights } from "./combineHighlightStyles";
9+
import { flattenHighlights } from "./flattenHighlights";
1010
import { highlightColors } from "./highlightColors";
1111
import { highlightsToDecorations } from "./highlightsToDecorations";
1212
import type { Fixture, Highlight, RangeType, RangeTypeColors } from "./types";

packages/cursorless-org-docs/src/docs/components/calculateHighlights.test.ts renamed to packages/cursorless-org-docs/src/docs/components/flattenHighlights.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { BorderStyle, Range } from "@cursorless/common";
22
import * as assert from "assert";
3-
import { flattenHighlights } from "./combineHighlightStyles";
3+
import { flattenHighlights } from "./flattenHighlights";
44
import type { Highlight, Scope } from "./types";
55

66
interface Test {

0 commit comments

Comments
 (0)