mediawiki-extensions-Syntax.../includes
Subramanya Sastry 0eef7add67 Add Parsoid support for syntaxhighlight
* Added Parsoid config, and refactored code slightly to
  add native Parsoid handlers for parser tags exposed
  by this extension.
* Enabled parsoid mode testing on the test file.
* Added html/parsoid sections on a few tests.
* Marked rest of tests as wt2html and wt2wt only since
  html2wt and html2html will fail without a html/parsoid section
  and there is no real benefit to adding them to all tests.
* Added a couple tests to the known failures list:
  - One is because of T299103.
  - The other is because Parsoid always emits attributes in the
    form <tag .. foo="bar"..> instead of just <tag ... foo ..>
    Since Parsoid needs to accept this format that is present on
    wikis, I added a html/parsoid section for this test and
    added the failures to the known failures list.

Bug: T272939
Change-Id: Ie30aa6b082d4fc43c73296ff2ed6cb8c3873f48f
2022-08-08 20:07:46 -04:00
..
ParsoidExt.php Add Parsoid support for syntaxhighlight 2022-08-08 20:07:46 -04:00
Pygmentize.php fix: Mark Pygmentize::fetchVersion as public, but @internal 2022-07-15 19:13:52 -06:00
PygmentsException.php Port to BoxedCommand 2021-09-10 11:47:28 -07:00
ResourceLoaderPygmentsModule.php Use new ResourceLoader namespace 2022-05-27 03:42:55 +00:00
ResourceLoaderSyntaxHighlightVisualEditorModule.php Use new ResourceLoader namespace 2022-05-27 03:42:55 +00:00
SyntaxHighlight.php Add Parsoid support for syntaxhighlight 2022-08-08 20:07:46 -04:00
SyntaxHighlightAce.php Namespace rest of the extension 2022-03-18 01:42:11 +00:00
SyntaxHighlightGeSHiCompat.php Namespace rest of the extension 2022-03-18 01:42:11 +00:00