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 38e4f05 commit 1795223Copy full SHA for 1795223
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