diff --git a/src/csp.ts b/src/csp.ts index d20787a2..5225bd89 100644 --- a/src/csp.ts +++ b/src/csp.ts @@ -1,47 +1,61 @@ -// Create your own language definition here -// You can safely look at other samples without losing modifications. -// Modifications are not saved on browser refresh/close though -- copy often! -return { - // Set defaultToken to invalid to see what you do not tokenize yet - // defaultToken: 'invalid', - keywords: [], - typeKeywords: [], - operators: [], - symbols: /[=>{ + // Set defaultToken to invalid to see what you do not tokenize yet + // defaultToken: 'invalid', + keywords: [], + typeKeywords: [], + tokenPostfix: '.csp', + operators: [], + symbols: /[=>