aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authormitchell <unknown>2020-01-04 22:08:11 -0500
committermitchell <unknown>2020-01-04 22:08:11 -0500
commit7f72696207af4aab18744f65b3bf671d3465cb7b (patch)
treea5ba7a39e3a06f3b6955981074b2fe9f4ccd05e3 /cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj
parent2ea5ecaced05f3507e4b76d74cd17d988f1bafc8 (diff)
downloadscintilla-mirror-7f72696207af4aab18744f65b3bf671d3465cb7b.tar.gz
Backport: Added Raku lexer and style properties and example files
Backport of changeset 7900:bcb95162cd06.
Diffstat (limited to 'cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj')
-rw-r--r--cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj b/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj
index 872d31e63..277272c3e 100644
--- a/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj
+++ b/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj
@@ -236,6 +236,7 @@
AE894E1CB7328CAE5B2EF47E /* LexX12.cxx in Sources */ = {isa = PBXBuildFile; fileRef = ADA64364A443F3E3F02D294E /* LexX12.cxx */; };
902B40FE926FE48538B168F1 /* LexDataflex.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 362E48F5A7F79598CB0B037D /* LexDataflex.cxx */; };
4AA242EE8F0CCEA01AB59842 /* LexHollywood.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 96884184929F317E72FC1BE8 /* LexHollywood.cxx */; };
+ 513A4B43B903344E142C441E /* LexRaku.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 48484CD7A1F20D09703376E5 /* LexRaku.cxx */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -475,6 +476,7 @@
ADA64364A443F3E3F02D294E /* LexX12.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexX12.cxx; path = ../../lexers/LexX12.cxx; sourceTree = SOURCE_ROOT; };
362E48F5A7F79598CB0B037D /* LexDataflex.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexDataflex.cxx; path = ../../lexers/LexDataflex.cxx; sourceTree = SOURCE_ROOT; };
96884184929F317E72FC1BE8 /* LexHollywood.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexHollywood.cxx; path = ../../lexers/LexHollywood.cxx; sourceTree = SOURCE_ROOT; };
+ 48484CD7A1F20D09703376E5 /* LexRaku.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexRaku.cxx; path = ../../lexers/LexRaku.cxx; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -659,6 +661,7 @@
114B6EF711FA7526004FB6AB /* LexPS.cxx */,
114B6EF811FA7526004FB6AB /* LexPython.cxx */,
114B6EF911FA7526004FB6AB /* LexR.cxx */,
+ 48484CD7A1F20D09703376E5 /* LexRaku.cxx */,
114B6EFA11FA7526004FB6AB /* LexRebol.cxx */,
28A7D6041995E47D0062D204 /* LexRegistry.cxx */,
114B6EFB11FA7526004FB6AB /* LexRuby.cxx */,
@@ -1149,6 +1152,7 @@
AE894E1CB7328CAE5B2EF47E /* LexX12.cxx in Sources */,
902B40FE926FE48538B168F1 /* LexDataflex.cxx in Sources */,
4AA242EE8F0CCEA01AB59842 /* LexHollywood.cxx in Sources */,
+ 513A4B43B903344E142C441E /* LexRaku.cxx in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};