aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Scripting/Tango.Scripting.Editors/Highlighting/HighlightingRule.cs
blob: 18edf49743c2dc0cb5f2fa6d0c8c41cb5d243cf5 (plain)
1
2
3
4
5
6
7
8
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-23 00:31:42 +0000
 


 { get; set; }
		
		/// <inheritdoc/>
		public override string ToString()
		{
			return "[" + GetType().Name + " " + Regex + "]";
		}
	}
}