forked from humphd/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (45 loc) · 2.09 KB
/
Copy path.gitmodules
File metadata and controls
45 lines (45 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[submodule "src/thirdparty/CodeMirror2"]
path = src/thirdparty/CodeMirror2
url = https://github.com/adobe/CodeMirror2.git
[submodule "src/thirdparty/path-utils"]
path = src/thirdparty/path-utils
url = https://github.com/jblas/path-utils.git
[submodule "src/thirdparty/mustache"]
path = src/thirdparty/mustache
url = https://github.com/janl/mustache.js.git
[submodule "src/extensions/default/JavaScriptCodeHints/thirdparty/tern"]
path = src/extensions/default/JavaScriptCodeHints/thirdparty/tern
url = https://github.com/marijnh/tern.git
[submodule "src/extensions/default/JavaScriptCodeHints/thirdparty/acorn"]
path = src/extensions/default/JavaScriptCodeHints/thirdparty/acorn
url = https://github.com/marijnh/acorn.git
[submodule "src/thirdparty/requirejs"]
path = src/thirdparty/requirejs
url = https://github.com/jrburke/requirejs.git
[submodule "src/thirdparty/text"]
path = src/thirdparty/text
url = https://github.com/requirejs/text.git
[submodule "src/thirdparty/i18n"]
path = src/thirdparty/i18n
url = https://github.com/requirejs/i18n.git
[submodule "src/extensions/default/JSLint/thirdparty/jslint"]
path = src/extensions/default/JSLint/thirdparty/jslint
url = https://github.com/peterflynn/JSLint.git
[submodule "src/thirdparty/filer"]
path = src/thirdparty/filer
url = https://github.com/filerjs/filer.git
[submodule "src/thirdparty/filer-dialogs"]
path = src/thirdparty/filer-dialogs
url = https://github.com/ScottDowne/filer-dialogs
[submodule "src/extensions/default/HTMLHinter"]
path = src/extensions/default/HTMLHinter
url = https://github.com/KeniMorri/HTMLHinter
[submodule "src/extensions/default/brackets-browser-livedev"]
path = src/extensions/default/brackets-browser-livedev
url = https://github.com/humphd/brackets-browser-livedev.git
[submodule "src/extensions/default/brackets-paste-and-indent"]
path = src/extensions/default/brackets-paste-and-indent
url = https://github.com/ahuth/brackets-paste-and-indent.git
[submodule "src/extensions/extra/brackets-cdn-suggestions"]
path = src/extensions/extra/brackets-cdn-suggestions
url = https://github.com/szdc/brackets-cdn-suggestions.git