Skip to content

Commit adca99a

Browse files
author
fabiantheblind
committed
added file in camelcase again
1 parent 79dbf68 commit adca99a

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

ExtendScript.tmLanguage

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>fileTypes</key>
6+
<array>
7+
<string>jsx</string>
8+
<string>jsxinc</string>
9+
</array>
10+
<key>name</key>
11+
<string>ExtendScript</string>
12+
<key>patterns</key>
13+
<array>
14+
<dict>
15+
<key>comment</key>
16+
<string>Includes and external syntax definition.</string>
17+
<key>include</key>
18+
<string>source.js</string>
19+
</dict>
20+
<dict>
21+
<key>comment</key>
22+
<string>This is js core</string>
23+
<key>match</key>
24+
<string>\b(File|Folder|$)\b</string>
25+
<key>name</key>
26+
<string>support.class.jsx</string>
27+
</dict>
28+
<dict>
29+
<key>comment</key>
30+
<string>This is js script ui</string>
31+
<key>match</key>
32+
<string>\b(Bounds|Button|Checkbox|Dimension|DrawState|DropDownList|EditText|FlashPlayer|Group|IconButton|LayoutManager|ListBox|ListItem|Panel|Point|Progressbar|RadioButton|ScriptUI|ScriptUIBrush|ScriptUIFont|ScriptUIGraphics|ScriptUIImage|ScriptUIPath|ScriptUIPen|Scrollbar|Slider|StaticText|TreeView|UIEvent|Window)\b</string>
33+
<key>name</key>
34+
<string>support.class.jsx</string>
35+
</dict>
36+
<dict>
37+
<key>comment</key>
38+
<string>this is AE</string>
39+
<key>match</key>
40+
<string>\b(Application|AVLayer|BlendingMode|CloseOptions|CompItem|FieldSeparationType|FileSource|FolderItem|FootageItem|ImportAsType|ImportOptions|ItemCollection|KeyframeEase|KeyframeInterpolationType|Language|LayerCollection|LayerQuality|LogType|MarkerValue|MaskMode|MaskMotionBlur|MaskPropertyGroup|OMCollection|OutputModule|PlaceholderSource|PostRenderAction|Project|Property|PropertyGroup|PropertyType|PropertyValueType|PulldownPhase|PulldownMethod|RenderQueue|RenderQueueItem|RQItemCollection|RQItemStatus|Settings|Shape|SolidSource|System|TextDocument|TimecodeBaseType|TimecodeDisplayType|TimecodeFilmType|TrackMatteType|AutoOrientType|FrameBlendingType)\b</string>
41+
<key>name</key>
42+
<string>support.class.jsx</string>
43+
</dict>
44+
</array>
45+
<key>scopeName</key>
46+
<string>source.jsx</string>
47+
<key>uuid</key>
48+
<string>7cafa000-e234-4f57-bb01-7cb3a8f3b963</string>
49+
</dict>
50+
</plist>

0 commit comments

Comments
 (0)