Skip to content

Commit

Permalink
fix(gml) remove obsolete #define keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
thennothinghappened committed Dec 15, 2024
1 parent 38c63e6 commit a1097fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/languages/gml.js
Original file line number Diff line number Diff line change
Expand Up @@ -1413,10 +1413,6 @@ export default function(hljs) {
}
]
},
{
begin: "#define",
scope: "meta"
},
{
begin: /#(end)?region\b/,
beginScope: "meta",
Expand Down

0 comments on commit a1097fd

Please sign in to comment.