Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(snippet): rename snippet function
  • Loading branch information
francoischalifour authored Sep 24, 2018
commit 0c169e2a3e77f4148aac5f313599a487220e3982
2 changes: 1 addition & 1 deletion src/helpers/snippet.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { component } from '../lib/suit';

const suit = component('Snippet');

export default function highlight({
export default function snippet({
attribute,
highlightedTagName = 'mark',
hit,
Expand Down