dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

fontification-test.cs (208B)


      1 
      2 public const string Literal1 = @"literal without trailing slash";
      3 public const bool1 Reference = true;
      4 public const bool2 Reference = true;
      5 public static const string Literal3 = @"multi-line
      6 literal";