OSDN Git Service

そのまま突っ込んでも支障はなさそうなので公開することにした
authorkonekoneko <test2214@hotmail.co.jp>
Sun, 20 Nov 2016 16:21:32 +0000 (21:51 +0530)
committerkonekoneko <test2214@hotmail.co.jp>
Sun, 20 Nov 2016 16:21:32 +0000 (21:51 +0530)
Core/LineToIndex.cs

index c0fdbc2..45f9611 100644 (file)
@@ -287,7 +287,7 @@ namespace FooEditEngine
         /// <summary>
         /// シンタックスハイライター
         /// </summary>
-        internal IHilighter Hilighter
+        public IHilighter Hilighter
         {
             get
             {
@@ -301,7 +301,10 @@ namespace FooEditEngine
             }
         }
 
-        internal IFoldingStrategy FoldingStrategy
+        /// <summary>
+        /// 折り畳み
+        /// </summary>
+        public IFoldingStrategy FoldingStrategy
         {
             get
             {