We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698fb5b commit f90e91fCopy full SHA for f90e91f
lib_src/misc/colors.ts
@@ -1,7 +1,7 @@
1
'use babel'
2
3
export function getColors(selectors) {
4
- const grammar = atom.grammars.grammarForScopeName("source.julia")
+ // const grammar = atom.grammars.grammarForScopeName("source.julia") // TODO ?
5
6
const styled = {}
7
const color = {}
0 commit comments