Files
carbon-lang/utils/textmate/info.plist
T
Richard Smith 974850788c Make our TextMate bundle actually work in TextMate. (#7386)
TextMate doesn't support JSON grammars, so convert our JSON grammar to a
plist automatically as a pre-commit check. Fix malformed info.plist
file. Add missing uuid to grammar file.

Assisted-by: Gemini via Antigravity
2026-06-18 21:06:24 +00:00

30 lines
775 B
Plaintext

<?xml version="1.0" encoding="UTF-8" ?>
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
Exceptions. See /LICENSE for license information.
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-->
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>contactName</key>
<string>Carbon Developers</string>
<key>description</key>
<string>Support for Carbon Language</string>
<key>name</key>
<string>Carbon</string>
<key>ordering</key>
<array>
<string>04F7F7E3-D5EE-40A4-9899-53CD34D28276</string>
</array>
<key>uuid</key>
<string>6152A817-84AE-47A8-96DB-0B50DF2EEC10</string>
</dict>
</plist>