first commit
This commit is contained in:
24
ICSharpCode.TextEditor/Project/SyntaxModes.cs
Normal file
24
ICSharpCode.TextEditor/Project/SyntaxModes.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
namespace ICSharpCode.TextEditorEx
|
||||
{
|
||||
public static class SyntaxModes
|
||||
{
|
||||
public const string ASP_XHTML = "ASP/XHTML";
|
||||
public const string BAT = "BAT";
|
||||
public const string Boo = "Boo";
|
||||
public const string Coco = "Coco";
|
||||
public const string CPPNET = "C++.NET";
|
||||
public const string CSharp = "C#";
|
||||
public const string HTML = "HTML";
|
||||
public const string Java = "Java";
|
||||
public const string JavaScript = "JavaScript";
|
||||
public const string JSON = "JSON";
|
||||
public const string Patch = "Patch";
|
||||
public const string PHP = "PHP";
|
||||
public const string TeX = "TeX";
|
||||
public const string VBNET = "VBNET";
|
||||
public const string XML = "XML";
|
||||
public const string Lua = "Lua";
|
||||
public const string SQL = "SQL";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user