Skip to content

Commit f02d0ef

Browse files
committed
Merge branch 'restructure'
2 parents 59ad311 + dc1d5df commit f02d0ef

24 files changed

+1017
-940
lines changed

lib/code-context-builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { Emitter } from 'atom';
44

55
import CodeContext from './code-context';
6-
import grammarMap from './grammars.coffee';
6+
import grammarMap from './grammars';
77

88
export default class CodeContextBuilder {
99
constructor(emitter = new Emitter()) {

lib/command-context.js

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

3-
import grammarMap from './grammars.coffee';
3+
import grammarMap from './grammars';
44

55
export default class CommandContext {
66
constructor() {

0 commit comments

Comments
 (0)