File tree Expand file tree Collapse file tree 14 files changed +14
-44
lines changed Expand file tree Collapse file tree 14 files changed +14
-44
lines changed Original file line number Diff line number Diff line change @@ -1371,8 +1371,6 @@ for \\[find-tag] (which see)."
1371
1371
(regexp-opt php-phpdoc-type-names 'words )
1372
1372
" \\ )" )
1373
1373
1 font-lock-type-face prepend nil )
1374
- (" https?://[^\n\t ]+"
1375
- 0 'link prepend nil )
1376
1374
(" ^\\ (?:/\\ *\\ )?\\ (?:\\ s \\ |\\ *\\ )*\\ (@[[:alpha:]][-[:alpha:]\\ ]*\\ )" ; "@foo ..." markup.
1377
1375
1 'php-doc-annotation-tag prepend nil )))
1378
1376
Original file line number Diff line number Diff line change 1
1
; ; -*- mode : emacs-lisp -*-
2
2
((" <?php" . php-php-tag)
3
3
(" \n\n " )
4
- (" /**\n * GitHub-Issue: " . font-lock-doc-face )
5
- (" https://github.com/emacs-php/php-mode/issues/506" link font-lock-doc-face )
6
- (" \n *\n * " . font-lock-doc-face )
4
+ (" /**\n * GitHub-Issue: https://github.com/emacs-php/php-mode/issues/506\n *\n * " . font-lock-doc-face )
7
5
(" @see" php-doc-annotation-tag font-lock-doc-face )
8
- (" " . font-lock-doc-face )
9
- (" https://wiki.php.net/rfc/arrow_functions_v2" link font-lock-doc-face )
10
- (" \n */" . font-lock-doc-face )
6
+ (" https://wiki.php.net/rfc/arrow_functions_v2\n */" . font-lock-doc-face )
11
7
(" \n\n " )
12
8
(" $" . php-variable-sigil)
13
9
(" fn1" . php-variable-name)
Original file line number Diff line number Diff line change 11
11
(" @author" php-doc-annotation-tag font-lock-doc-face )
12
12
(
" USAMI Kenta <[email protected] >\n * " . font-lock-doc-face )
13
13
(" @link" php-doc-annotation-tag font-lock-doc-face )
14
- (" " . font-lock-doc-face )
15
- (" https://github.com/emacs-php/php-mode" link font-lock-doc-face )
16
- (" \n * " . font-lock-doc-face )
14
+ (" https://github.com/emacs-php/php-mode\n * " . font-lock-doc-face )
17
15
(" @package" php-doc-annotation-tag font-lock-doc-face )
18
16
(" " . font-lock-doc-face )
19
17
(" Emacs\\ PHPMode" php-string font-lock-doc-face )
Original file line number Diff line number Diff line change 1
1
; ; -*- mode : emacs-lisp -*-
2
2
((" <?php" . php-php-tag)
3
3
(" \n\n " )
4
- (" /**\n * GitHub Issue: " . font-lock-doc-face )
5
- (" https://github.com/emacs-php/php-mode/issues/197" link font-lock-doc-face )
6
- (" \n *\n * Test that member highlighting goes before highlighting of cc-mode\n * types\n */" . font-lock-doc-face )
4
+ (" /**\n * GitHub Issue: https://github.com/emacs-php/php-mode/issues/197\n *\n * Test that member highlighting goes before highlighting of cc-mode\n * types\n */" . font-lock-doc-face )
7
5
(" \n " )
8
6
(" $" . php-variable-sigil)
9
7
(" test" . php-variable-name)
Original file line number Diff line number Diff line change 1
1
; ; -*- mode : emacs-lisp -*-
2
2
((" <?php" . php-php-tag)
3
3
(" \n\n " )
4
- (" /**\n * GitHub Issue: " . font-lock-doc-face )
5
- (" https://github.com/emacs-php/php-mode/issues/201" link font-lock-doc-face )
6
- (" \n *\n * Test highighting of " . font-lock-doc-face )
4
+ (" /**\n * GitHub Issue: https://github.com/emacs-php/php-mode/issues/201\n *\n * Test highighting of " . font-lock-doc-face )
7
5
(" $" php-doc-$this-sigil php-doc-variable-sigil font-lock-doc-face )
8
6
(" this" php-doc-$this php-variable-name font-lock-doc-face )
9
7
(" \n */" . font-lock-doc-face )
Original file line number Diff line number Diff line change 1
1
; ; -*- mode : emacs-lisp -*-
2
2
((" <?php" . php-php-tag)
3
3
(" \n\n " )
4
- (" /**\n * GitHub Issue: " . font-lock-doc-face )
5
- (" https://github.com/emacs-php/php-mode/issues/305" link font-lock-doc-face )
6
- (" \n *\n * Test highighting of " . font-lock-doc-face )
4
+ (" /**\n * GitHub Issue: https://github.com/emacs-php/php-mode/issues/305\n *\n * Test highighting of " . font-lock-doc-face )
7
5
(" $" php-doc-variable-sigil font-lock-doc-face )
8
6
(" this_foo" php-variable-name font-lock-doc-face )
9
7
(" , " . font-lock-doc-face )
Original file line number Diff line number Diff line change 1
1
; ; -*- mode : emacs-lisp -*-
2
2
((" <?php" . php-php-tag)
3
3
(" \n\n " )
4
- (" /**\n * GitHub Issue: " . font-lock-doc-face )
5
- (" https://github.com/emacs-php/php-mode/issues/439" link font-lock-doc-face )
6
- (" \n */" . font-lock-doc-face )
4
+ (" /**\n * GitHub Issue: https://github.com/emacs-php/php-mode/issues/439\n */" . font-lock-doc-face )
7
5
(" \n\n " )
8
6
(" $" . php-variable-sigil)
9
7
(" a" . php-variable-name)
Original file line number Diff line number Diff line change 8
8
(" 1); " )
9
9
(" ?>" . php-php-tag)
10
10
(" \n " )
11
- (" /** GitHub Issue: " . font-lock-doc-face )
12
- (" https://github.com/emacs-php/php-mode/issues/443" link font-lock-doc-face )
13
- (" */" . font-lock-doc-face )
11
+ (" /** GitHub Issue: https://github.com/emacs-php/php-mode/issues/443 */" . font-lock-doc-face )
14
12
(" \n " )
15
13
(" <?xml" . php-php-tag)
16
14
(" version" )
Original file line number Diff line number Diff line change 8
8
(" 1); " )
9
9
(" ?>" . php-php-tag)
10
10
(" \n " )
11
- (" /** GitHub Issue: " . font-lock-doc-face )
12
- (" https://github.com/emacs-php/php-mode/issues/443" link font-lock-doc-face )
13
- (" */" . font-lock-doc-face )
11
+ (" /** GitHub Issue: https://github.com/emacs-php/php-mode/issues/443 */" . font-lock-doc-face )
14
12
(" \n " )
15
13
(" <?xml" . php-php-tag)
16
14
(" version" )
Original file line number Diff line number Diff line change 11
11
(" @author" php-doc-annotation-tag font-lock-doc-face )
12
12
(
" USAMI Kenta <[email protected] >\n * " . font-lock-doc-face )
13
13
(" @link" php-doc-annotation-tag font-lock-doc-face )
14
- (" " . font-lock-doc-face )
15
- (" https://github.com/emacs-php/php-mode" link font-lock-doc-face )
16
- (" \n * " . font-lock-doc-face )
14
+ (" https://github.com/emacs-php/php-mode\n * " . font-lock-doc-face )
17
15
(" @package" php-doc-annotation-tag font-lock-doc-face )
18
16
(" " . font-lock-doc-face )
19
17
(" Emacs\\ PHPMode" php-string font-lock-doc-face )
You can’t perform that action at this time.
0 commit comments