d11 theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
1.1 KiB

{
"id": "csharp",
"name": "csharp",
"description": "Csharp dictionary for cspell.",
"dictionaryDefinitions": [
{
"name": "csharp",
"file": "./csharp.txt.gz",
"description": "Csharp dictionary for cspell."
}
],
"dictionaries": [],
"languageSettings": [
{
"languageId": "csharp",
"local": "*",
"includeRegExpList": [],
"ignoreRegExpList": [],
"patterns": [
{
"name": "string",
"pattern": "/(?:@\"[\\s\\S]*?(?<![^\"]\"(\"\")*)\"(?!\"))|(?:(?<![@\\\\])\".*?(?<![^\\\\]\\\\(\\\\\\\\)*)\")/g",
"description": "C# String Literal"
},
{
"name": "string.verbatim",
"pattern": "/@\"[\\s\\S]*?(?<![^\"]\"(\"\")*)\"(?!\")/g",
"description": "C# Verbatim String"
}
],
"dictionaries": ["csharp"],
"dictionaryDefinitions": []
}
]
}