Skip to content

Commit f548e74

Browse files
committed
Link to nginx documentation.
1 parent be2cae7 commit f548e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/jquery.syntax.brush.nginx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Syntax.register('nginx', function(brush) {
88
brush.push({
99
pattern: /((\w+).*?);/g,
1010
matches: Syntax.extractMatches(
11-
{klass: 'directive', allow: '*'},
11+
{klass: 'directive', allow: '*', process: Syntax.lib.webLinkProcess("http://nginx.org/r/")},
1212
{klass: 'function'}
1313
)
1414
});

source/jquery.syntax.brush.nginx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Syntax.register('nginx', function(brush) {
88
brush.push({
99
pattern: /((\w+).*?);/g,
1010
matches: Syntax.extractMatches(
11-
{klass: 'directive', allow: '*'},
11+
{klass: 'directive', allow: '*', process: Syntax.lib.webLinkProcess("http://nginx.org/r/")},
1212
{klass: 'function'}
1313
)
1414
});

0 commit comments

Comments
 (0)