Skip to content

Commit

Permalink
Add javascript grammar scope
Browse files Browse the repository at this point in the history
The `javascript` scope is used by Atom’s experimental Tree-sitter parsing system. See also AtomLinter/linter-eslint#1076.
  • Loading branch information
sonicdoe committed Jun 22, 2018
1 parent 961fe30 commit 46c8038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { CompositeDisposable } from 'atom'
import styleSettings from './utils/style-settings'

const scope = ['source.js', 'source.js.jsx', 'source.js.jquery', 'source.gfm', 'source.vue']
const scope = ['javascript', 'source.js', 'source.js.jsx', 'source.js.jquery', 'source.gfm', 'source.vue']

export const config = {
style: {
Expand Down

0 comments on commit 46c8038

Please sign in to comment.