diff --git a/syntaxes/teal.tmLanguage.json b/syntaxes/teal.tmLanguage.json index 8e4353c..07b9356 100644 --- a/syntaxes/teal.tmLanguage.json +++ b/syntaxes/teal.tmLanguage.json @@ -704,6 +704,10 @@ { "include": "#comment" }, + { + "comment": "local type Rectangle = require('Geometry').Rectangle", + "include": "#function-call" + }, { "include": "#record-block" },