forked from github-linguist/linguist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add grammars for SVG and Property Lists (github-linguist#4586)
* Add grammars for SVG and Property Lists * Manually fix misidentified grammar license
- Loading branch information
Showing
18 changed files
with
571 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
ApplicationDescription = "Étoilé text editor"; | ||
ApplicationIcon = "Typewriter.tiff"; | ||
NSIcon = "Typewriter.tiff"; | ||
ApplicationName = Typewriter; | ||
ApplicationRelease = 0.1; | ||
Authors = ("Yen-Ju Chen", "Günther Noack <[email protected]>"); | ||
Copyright = "Copyright (C) 2006 by Yen-Ju Chen"; | ||
CopyrightDescription = "Released under BSD Licence"; | ||
FullVersionID = 0.1; | ||
URL = ""; | ||
NSTypes = ( | ||
{ | ||
NSName = "TWPlainTextType"; | ||
NSHumanReadableName = "Plain Text Document"; | ||
NSUnixExtensions = ("txt"); | ||
NSRole = Editor; | ||
NSIcon = Document-Text.tiff; | ||
NSDocumentClass = TWDocument; | ||
}, | ||
{ | ||
NSName = "TWRTFTextType"; | ||
NSHumanReadableName = "RTF Document"; | ||
NSUnixExtensions = ("rtf"); | ||
NSRole = Editor; | ||
NSIcon = Document-RichText.tiff; | ||
NSDocumentClass = TWDocument; | ||
}, | ||
{ | ||
NSName = "TWRTFDTextType"; | ||
NSHumanReadableName = "RTFD Document"; | ||
NSUnixExtensions = ("rtfd"); | ||
NSRole = Editor; | ||
NSIcon = Document-RichText.tiff; | ||
NSDocumentClass = TWDocument; | ||
} | ||
); | ||
NSServices = ( | ||
{ | ||
NSPortName = Typewriter; | ||
NSMessage = newDocumentWithSelection; | ||
NSSendTypes = (NSStringPboardType); | ||
NSKeyEquivalent = { | ||
default = ""; | ||
}; | ||
NSMenuItem = { | ||
default = "Typewriter/New document with selection"; | ||
}; | ||
}, | ||
{ | ||
NSPortName = Typewriter; | ||
NSMessage = openDocumentWithPath; | ||
NSSendTypes = (NSStringPboardType); | ||
NSKeyEquivalent = { | ||
default = ""; | ||
}; | ||
NSMenuItem = { | ||
default = "Typewriter/Open selected file"; | ||
}; | ||
} | ||
); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!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>content</key> | ||
<string>.and.</string> | ||
<key>name</key> | ||
<string>And</string> | ||
<key>scope</key> | ||
<string>source.fortran</string> | ||
<key>tabTrigger</key> | ||
<string>and</string> | ||
<key>uuid</key> | ||
<string>3537B123-DB04-475A-8B8A-A5D223872FC1</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>beforeRunningCommand</key> | ||
<string>nop</string> | ||
<key>command</key> | ||
<string>"$TM_BUNDLE_SUPPORT/bin/completion.rb"</string> | ||
<key>input</key> | ||
<string>none</string> | ||
<key>keyEquivalent</key> | ||
<string>~</string> | ||
<key>name</key> | ||
<string>Completion</string> | ||
<key>output</key> | ||
<string>afterSelectedText</string> | ||
<key>scope</key> | ||
<string>source.sql</string> | ||
<key>uuid</key> | ||
<string>AFBD4D3D-926A-44B1-91CD-2BF793BCB8FD</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>name</key> | ||
<string>Folding</string> | ||
<key>scope</key> | ||
<string>source.sql</string> | ||
<key>settings</key> | ||
<dict> | ||
<key>foldingStartMarker</key> | ||
<string>\s*\(\s*$</string> | ||
<key>foldingStopMarker</key> | ||
<string>^\s*\)</string> | ||
</dict> | ||
<key>uuid</key> | ||
<string>497AB342-09C2-4911-A2A0-24564AFB058C</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>fileTypes</key> | ||
<array> | ||
<string>man</string> | ||
</array> | ||
<key>name</key> | ||
<string>Man</string> | ||
<key>patterns</key> | ||
<array> | ||
<dict> | ||
<key>match</key> | ||
<string>^[A-Z](?>\S|\s(?!\s))*$</string> | ||
<key>name</key> | ||
<string>markup.heading.man</string> | ||
</dict> | ||
<dict> | ||
<key>match</key> | ||
<string>((https?|ftp|file|txmt)://|mailto:)[-:@a-zA-Z0-9_.~%+/?=&#]+(?<![.?:])</string> | ||
<key>name</key> | ||
<string>markup.underline.link.man</string> | ||
</dict> | ||
<dict> | ||
<key>match</key> | ||
<string>([\w\.]+\(\d[a-z]?\))</string> | ||
<key>name</key> | ||
<string>markup.underline.link.internal.man</string> | ||
</dict> | ||
<dict> | ||
<key>match</key> | ||
<string>^_{2,}$</string> | ||
<key>name</key> | ||
<string>meta.foldingStopMarker.man</string> | ||
</dict> | ||
</array> | ||
<key>scopeName</key> | ||
<string>text.man</string> | ||
<key>uuid</key> | ||
<string>E8BAC30A-16BF-498D-941D-73FBAED37891</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.