Skip to content

Commit 92b1e6d

Browse files
committed
ci: fix, rename aux.ts to auxiliary-grammars.ts
1 parent 9f8d0e9 commit 92b1e6d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/renderer/components/editor/grammars/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { GrammarOption, Language } from '../types'
22
import { activateLanguage, addGrammar } from 'codemirror-textmate'
3-
import { auxGrammars } from './aux'
3+
import { auxGrammars } from './auxiliary-grammars'
44
import { languages } from './languages'
55

66
export async function loadGrammars() {

0 commit comments

Comments
 (0)