Skip to content

Commit 6db8196

Browse files
committedJun 14, 2021
chore: Move ecl tmLanguage into its own repository
Signed-off-by: Gordon Smith <[email protected]>
1 parent 82ced71 commit 6db8196

File tree

5 files changed

+7
-394
lines changed

5 files changed

+7
-394
lines changed
 

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ecl-tmLanguage"]
2+
path = ecl-tmLanguage
3+
url = https://github.com/hpcc-systems/ecl-tmLanguage.git

‎ecl-tmLanguage

Submodule ecl-tmLanguage added at f4ee3a8

‎ecl.configuration.json

-53
This file was deleted.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"ECL",
119119
"ecl"
120120
],
121-
"configuration": "./ecl.configuration.json"
121+
"configuration": "./ecl-tmLanguage/ecl.configuration.json"
122122
},
123123
{
124124
"id": "kel",
@@ -160,7 +160,7 @@
160160
{
161161
"language": "ecl",
162162
"scopeName": "source.ecl",
163-
"path": "./syntaxes/ecl.tmLanguage.json"
163+
"path": "./ecl-tmLanguage/syntaxes/ecl.tmLanguage.json"
164164
},
165165
{
166166
"language": "kel",
@@ -1180,4 +1180,4 @@
11801180
}
11811181
]
11821182
}
1183-
}
1183+
}

‎syntaxes/ecl.tmLanguage.json

-338
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.