Skip to content

Commit 1795223

Browse files
committed
unused grammar
1 parent 38e4f05 commit 1795223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_src/misc/colors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use babel'
22

33
export function getColors(selectors) {
4-
const grammar = atom.grammars.grammarForScopeName("source.julia")
4+
// const grammar = atom.grammars.grammarForScopeName("source.julia") // TODO ?
55

66
const styled = {}
77
const color = {}

0 commit comments

Comments
 (0)