Skip to content

Commit fed7f37

Browse files
committed
Change '*.regexp' to '*.re' files.
1 parent d98bd6a commit fed7f37

24 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ all:
66
test: release
77
# Run tests
88
./node_modules/.bin/syntaxdev test --tests test/**/*.py --syntax grammars/MagicPython.YAML-tmLanguage --add-syntax grammars/MagicRegExp.YAML-tmLanguage
9-
./node_modules/.bin/syntaxdev test --tests test/**/*.regexp --syntax grammars/MagicRegExp.YAML-tmLanguage
9+
./node_modules/.bin/syntaxdev test --tests test/**/*.re --syntax grammars/MagicRegExp.YAML-tmLanguage
1010

1111
# Check if the version specified in "package.json" matches the latest git tag
1212
@if [ \

grammars/MagicRegExp.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
name: MagicRegExp
44
scopeName: source.regexp
5-
fileTypes: [regexp]
5+
fileTypes: [re]
66
uuid: 39e15186-71e6-11e5-b82c-7c6d62900c7c
77
author: Victor Petrovykh victor@magic.io
88

grammars/MagicRegExp.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "MagicRegExp"
33
scopeName: "source.regexp"
44
fileTypes: [
5-
"regexp"
5+
"re"
66
]
77
uuid: "39e15186-71e6-11e5-b82c-7c6d62900c7c"
88
author: "Victor Petrovykh victor@magic.io"

grammars/MagicRegExp.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<string>source.regexp</string>
1010
<key>fileTypes</key>
1111
<array>
12-
<string>regexp</string>
12+
<string>re</string>
1313
</array>
1414
<key>uuid</key>
1515
<string>39e15186-71e6-11e5-b82c-7c6d62900c7c</string>

0 commit comments

Comments
 (0)