mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix syntax path matching
This commit is contained in:
@@ -6,7 +6,7 @@ path = require 'path'
|
||||
{Emitter} = require 'emissary'
|
||||
{ScopeSelector} = require 'first-mate'
|
||||
|
||||
pathSplitRegex = new RegExp("[#{path.sep}.]")
|
||||
pathSplitRegex = new RegExp("[#{"\\"+path.sep}.]")
|
||||
|
||||
### Internal ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user