Skip to content

Commit

Permalink
Highlight local type require()
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed Aug 21, 2024
1 parent df3e056 commit 7fa1c5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syntaxes/teal.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,10 @@
{
"include": "#comment"
},
{
"comment": "local type Rectangle = require('Geometry').Rectangle",
"include": "#function-call"
},
{
"include": "#record-block"
},
Expand Down

0 comments on commit 7fa1c5d

Please sign in to comment.