Skip to content

Commit 80f2b45

Browse files
committed
Added UTI for Lua.
1 parent aad9aca commit 80f2b45

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Info.plist

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,23 @@
303303
</array>
304304
</dict>
305305
</dict>
306+
<dict>
307+
<key>UTTypeIdentifier</key>
308+
<string>org.lua.lua-source</string>
309+
<key>UTTypeDescription</key>
310+
<string>Lua Source File</string>
311+
<key>UTTypeConformsTo</key>
312+
<array>
313+
<string>public.source-code</string>
314+
</array>
315+
<key>UTTypeTagSpecification</key>
316+
<dict>
317+
<key>public.filename-extension</key>
318+
<array>
319+
<string>lua</string>
320+
</array>
321+
</dict>
322+
</dict>
306323
<!-- This is for testing the behavior when highlight fails -->
307324
<dict>
308325
<key>UTTypeIdentifier</key>

0 commit comments

Comments
 (0)