diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2011-12-22 10:19:18 +1100 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2011-12-22 10:19:18 +1100 |
commit | 95bc0b47c035fa5fe1352d7e65af347e90037123 (patch) | |
tree | 2287b00ea4c4adc3af0fd42d74ca6063d0a0978b | |
parent | 0987fca77c96ac966834e74e4dedc9ce04807347 (diff) | |
download | scintilla-mirror-95bc0b47c035fa5fe1352d7e65af347e90037123.tar.gz |
Sort lexers in alphabetical order.
-rw-r--r-- | cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj b/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj index 3936ac7ef..4c8bf224b 100644 --- a/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj +++ b/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj @@ -458,8 +458,6 @@ 2744E47D0FC1674E00E85C33 /* Lexers */ = { isa = PBXGroup; children = ( - 11A0A8A0148602DF0018D143 /* LexCoffeeScript.cxx */, - 11BB124C12FF9C1300F6BCF7 /* LexModula.cxx */, 11F35FDA12AEFAF100F0236D /* LexA68k.cxx */, 114B6EBE11FA7526004FB6AB /* LexAbaqus.cxx */, 114B6EBF11FA7526004FB6AB /* LexAda.cxx */, @@ -477,6 +475,7 @@ 114B6ECB11FA7526004FB6AB /* LexCLW.cxx */, 114B6ECC11FA7526004FB6AB /* LexCmake.cxx */, 114B6ECD11FA7526004FB6AB /* LexCOBOL.cxx */, + 11A0A8A0148602DF0018D143 /* LexCoffeeScript.cxx */, 114B6ECE11FA7526004FB6AB /* LexConf.cxx */, 114B6ECF11FA7526004FB6AB /* LexCPP.cxx */, 114B6ED011FA7526004FB6AB /* LexCrontab.cxx */, @@ -503,6 +502,7 @@ 114B6EE511FA7526004FB6AB /* LexMatlab.cxx */, 114B6EE611FA7526004FB6AB /* LexMetapost.cxx */, 114B6EE711FA7526004FB6AB /* LexMMIXAL.cxx */, + 11BB124C12FF9C1300F6BCF7 /* LexModula.cxx */, 114B6EE811FA7526004FB6AB /* LexMPT.cxx */, 114B6EE911FA7526004FB6AB /* LexMSSQL.cxx */, 114B6EEA11FA7526004FB6AB /* LexMySQL.cxx */, |