Skip to content
Merged
Show file tree
Hide file tree
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
Added missing alias
  • Loading branch information
RunDevelopment committed Feb 15, 2019
commit 353e2b6b78395859423d1e8213e1a34868954d8c
2 changes: 1 addition & 1 deletion components/prism-js-extras.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'method-variable': {
pattern: RegExp('(\\.\\s*)' + Prism.languages.javascript['function-variable'].pattern.source),
lookbehind: true,
alias: ['function-variable', 'function', 'property-access']
alias: ['function-variable', 'method', 'function', 'property-access']
}
});

Expand Down
2 changes: 1 addition & 1 deletion components/prism-js-extras.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.