Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions SubEthaEdit-Mac/Modes/SQL.seemode/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?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>CFBundleIdentifier</key>
<string>SEEMode.SQL</string>
<key>CFBundleName</key>
<string>SQL</string>
<key>NSHumanReadableCopyright</key>
<string>© 2019-2020 SubEthaEdit Contributors</string>
<key>CFBundleShortVersionString</key>
<string>5.2.4</string>
<key>CFBundleVersion</key>
<string>5.2.4</string>
<key>SEEMinimumEngineVersion</key>
<string>4.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Changes with Version 5.2.4 (SEE 5.2.4)
*) initial commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<recognition>
<extension>sql</extension>
</recognition>
</settings>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE syntax SYSTEM "symbol.dtd">
<symbols>

<symbol id="CVS/SVN conflict" font-weight="bold" image="SymbolWarn" indentation="0" ignoreblocks="no">
<regex>^&lt;&lt;&lt;&lt;&lt;&lt;&lt;([\n\r]|.)*?======([\n\r]|.)*?&gt;&gt;&gt;&gt;&gt;&gt;&gt;</regex>
<postprocess>
<find>.*</find>
<replace>Versioning conflict!</replace>
</postprocess>
</symbol>

</symbols>
Loading