diff --git a/syntax.json b/syntax.json index e4a65f4..ab62e1e 100644 --- a/syntax.json +++ b/syntax.json @@ -5,6 +5,20 @@ { "type": "line", "pattern": "#" + }, + { + "type": "block", + "pattern": { + "start": "'''", + "end": "'''" + } + }, + { + "type": "block", + "pattern": { + "start": "\"\"\"", + "end": "\"\"\"" + } } ] },