UNPKG
hyphenation.grc
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.5
0.1.4
Hyphenation language pattern file (grc) for Hypher
hyphenation.grc
/
lib
/
ender.js
7 lines
(4 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
!
function
(
doc, $
) {
var
pattern =
require
(
'hyphenation.grc'
); $.
registerHyphenationLanguage
(pattern); }(
document
, ender);