Skip to content

Commit

Permalink
refactor: clean up schema
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce committed Nov 26, 2024
1 parent c4717f9 commit 2dd38f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/util/languages/diff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ export const diffLanguage: languages.IMonarchLanguage = {

// Additions
[/^\+.*/, 'addition'],
[/^!.*/, 'addition'],

// Deletions
[/^-.*/, 'deletion'],

// Other additions (e.g., `!`)
[/^!.*/, 'addition'],
],
},
};

0 comments on commit 2dd38f7

Please sign in to comment.