Commit 4ca3d055 for codemirror.net
commit 4ca3d0551cf9125114e0802877480599472dc186
Author: Marijn Haverbeke <marijn@haverbeke.berlin>
Date: Wed Apr 15 14:32:42 2026 +0200
Remove github links
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 49e2dcb0..00000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,5 +0,0 @@
-<!--
-Do not use this bug tracker for questions. We have a forum (https://discuss.codemirror.net) for those.
-
-In order to get us to look at something, you need to make it easy for us to understand what you are doing and what went wrong. When possible, a code example that demonstrates the problem helps a lot. If there's any chance at all that a problem is related to the browser, include information about which browser(s) you tested with.
--->
\ No newline at end of file
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index ea7cbc75..00000000
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,5 +0,0 @@
-<!--
-NOTE: We are not accepting pull requests for new modes or addons. Please put such code in a separate repository, and release them as stand-alone npm packages. See for example the [Elixir mode](https://github.com/ianwalter/codemirror-mode-elixir).
-
-Also pull requests that rewrite big chunks of code or adjust code style to your own taste are generally not welcome. Make your changes in focused steps that fix or improve a specific thing.
--->
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index 723792ec..00000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: main
-on: [push, pull_request]
-jobs:
- build-and-test:
- runs-on: ubuntu-latest
- name: Build and test
- steps:
- - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
-
- - uses: actions/cache@v4
- with:
- path: '/home/runner/work/codemirror/codemirror5/node_modules'
- key: ${{ runner.os }}-modules
-
- - run: npm install
-
- - run: npm test
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02544da5..beeac116 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1620,17 +1620,17 @@ Fix crash that showed up when atomic ranges and bidi text were combined.
### Bugfixes
-Fix [issue](https://github.com/codemirror/CodeMirror/issues/3781) where trying to scroll to a horizontal position outside of the document's width could cause the gutter to be positioned incorrectly.
+Fix [issue](https://code.haverbeke.berlin/codemirror/codemirror5/issues/3781) where trying to scroll to a horizontal position outside of the document's width could cause the gutter to be positioned incorrectly.
-Use absolute, rather than fixed positioning in the context-menu intercept hack, to work around a [problem](https://github.com/codemirror/CodeMirror/issues/3238) when the editor is inside a transformed parent container.
+Use absolute, rather than fixed positioning in the context-menu intercept hack, to work around a [problem](https://code.haverbeke.berlin/codemirror/codemirror5/issues/3238) when the editor is inside a transformed parent container.
-Solve a [problem](https://github.com/codemirror/CodeMirror/issues/3821) where the horizontal scrollbar could hide text in Firefox.
+Solve a [problem](https://code.haverbeke.berlin/codemirror/codemirror5/issues/3821) where the horizontal scrollbar could hide text in Firefox.
-Fix a [bug](https://github.com/codemirror/CodeMirror/issues/3834) that caused phantom scroll space under the text in some situations.
+Fix a [bug](https://code.haverbeke.berlin/codemirror/codemirror5/issues/3834) that caused phantom scroll space under the text in some situations.
[Sublime Text bindings](https://codemirror.net/5/demo/sublime.html): Bind delete-line to Shift-Ctrl-K on OS X.
-[Markdown mode](https://codemirror.net/5/mode/markdown/): Fix [issue](https://github.com/codemirror/CodeMirror/issues/3787) where the mode would keep state related to fenced code blocks in an unsafe way, leading to occasional corrupted parses.
+[Markdown mode](https://codemirror.net/5/mode/markdown/): Fix [issue](https://code.haverbeke.berlin/codemirror/codemirror5/issues/3787) where the mode would keep state related to fenced code blocks in an unsafe way, leading to occasional corrupted parses.
[Markdown mode](https://codemirror.net/5/mode/markdown/): Ignore backslashes in code fragments.
@@ -1709,14 +1709,14 @@ Fix a [bug](https://github.com/codemirror/CodeMirror/issues/3834) that caused ph
* New modes: [Brainfuck](https://codemirror.net/5/mode/brainfuck/index.html), [VHDL](https://codemirror.net/5/mode/vhdl/index.html), Squirrel ([clike](https://codemirror.net/5/mode/clike/index.html) dialect)
* Define a `findPersistent` command in the [search](https://codemirror.net/5/demo/search.html) addon, for a dialog that stays open as you cycle through matches
* From this release on, the NPM module doesn't include documentation and demos
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/5.4.0...5.5.0)
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.4.0...5.5.0)
## 5.4.0 (2015-06-25)
* New modes: [Twig](https://codemirror.net/5/mode/twig/index.html), [Elm](https://codemirror.net/5/mode/elm/index.html), [Factor](https://codemirror.net/5/mode/factor/index.html), [Swift](https://codemirror.net/5/mode/swift/index.html)
* Prefer clipboard API (if available) when pasting
* Refined definition highlighting in [clike](https://codemirror.net/5/mode/clike/index.html) mode
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/5.3.0...5.4.0)
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.3.0...5.4.0)
## 5.3.0 (2015-05-20)
@@ -1724,7 +1724,7 @@ Fix a [bug](https://github.com/codemirror/CodeMirror/issues/3834) that caused ph
* The [vim mode](https://codemirror.net/5/demo/vim.html) API was [documented](https://codemirror.net/5/doc/manual.html#vimapi)
* New modes: [ASN.1](https://codemirror.net/5/mode/asn.1/index.html), [TTCN](https://codemirror.net/5/mode/ttcn/index.html), and [TTCN-CFG](https://codemirror.net/5/mode/ttcn-cfg/index.html)
* The [clike](https://codemirror.net/5/mode/clike/index.html) mode can now deep-indent `switch` statements, and roughly recognizes types and defined identifiers
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/5.2.0...5.3.0)
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.2.0...5.3.0)
## 5.2.0 (2015-04-20)
@@ -1736,7 +1736,7 @@ Fix a [bug](https://github.com/codemirror/CodeMirror/issues/3834) that caused ph
* New theme: [Liquibyte](https://codemirror.net/5/demo/theme.html#liquibyte)
* New option: [`lineWiseCopyCut`](https://codemirror.net/5/doc/manual.html#option_lineWiseCopyCut)
* The [Vim mode](https://codemirror.net/5/demo/vim.html) now supports buffer-local options and the `filetype` setting
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/5.1.0...5.2.0)
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.1.0...5.2.0)
## 5.1.0 (2015-03-23)
@@ -1744,14 +1744,14 @@ Fix a [bug](https://github.com/codemirror/CodeMirror/issues/3834) that caused ph
* Remove SmartyMixed mode, rewrite [Smarty](https://codemirror.net/5/mode/smarty/index.html) mode to supersede it.
* New commands in the [merge addon](https://codemirror.net/5/doc/manual.html#addon_merge): `goNextDiff` and `goPrevDiff`.
* The [closebrackets addon](https://codemirror.net/5/doc/manual.html#addon_closebrackets) can now be configured per mode.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/5.0.0...5.1.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.0.0...5.1.0).
## 5.0.0 (2015-02-20)
* Experimental mobile support (tested on iOS, Android Chrome, stock Android browser)
* New option [`inputStyle`](https://codemirror.net/5/doc/manual.html#option_inputStyle) to switch between hidden textarea and contenteditable input.
* The [`getInputField`](https://codemirror.net/5/doc/manual.html#getInputField) method is no longer guaranteed to return a textarea.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.13.0...5.0.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.13.0...5.0.0).
## 4.13.0 (2015-02-20)
@@ -1759,7 +1759,7 @@ Fix a [bug](https://github.com/codemirror/CodeMirror/issues/3834) that caused ph
* New modes: [Forth](https://codemirror.net/5/mode/forth/index.html), [Stylus](https://codemirror.net/5/mode/stylus/index.html).
* Make the [CSS mode](https://codemirror.net/5/mode/css/index.html) understand some modern CSS extensions.
* Have the [Scala mode](https://codemirror.net/5/mode/clike/index.html) handle symbols and triple-quoted strings.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.12.0...4.13.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.12.0...4.13.0).
## 4.12.0 (2015-01-22)
@@ -1769,7 +1769,7 @@ Fix a [bug](https://github.com/codemirror/CodeMirror/issues/3834) that caused ph
* New addon: [`selection-pointer`](https://codemirror.net/5/doc/manual.html#addon_selection-pointer) to style the mouse cursor over the selection.
* Improvements to the [Sass mode](https://codemirror.net/5/mode/sass/index.html)'s indentation.
* The [Vim keymap](https://codemirror.net/5/demo/vim.html)'s search functionality now supports [scrollbar annotation](https://codemirror.net/5/doc/manual.html#addon_matchesonscrollbar).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.11.0...4.12.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.11.0...4.12.0).
## 4.11.0 (2015-01-09)
@@ -1788,7 +1788,7 @@ Emergency single-patch update to 4.9\. Fixes Firefox-specific problem where the
* New [addon](https://codemirror.net/5/demo/panel.html) to show persistent panels below/above an editor.
* New themes: [zenburn](https://codemirror.net/5/demo/theme.html#zenburn) and [tomorrow night bright](https://codemirror.net/5/demo/theme.html#tomorrow-night-bright).
* Allow ctrl-click to clear existing cursors.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.8.0...4.9.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.8.0...4.9.0).
## 4.8.0 (2014-11-22)
@@ -1798,7 +1798,7 @@ Emergency single-patch update to 4.9\. Fixes Firefox-specific problem where the
* Support styling of gutter backgrounds, allow `"gutter"` styles in [`addLineClass`](https://codemirror.net/5/doc/manual.html#addLineClass).
* Many improvements to the [Vim mode](https://codemirror.net/5/demo/vim.html), rewritten visual mode.
* Improvements to modes: [gfm](https://codemirror.net/5/mode/gfm/index.html) (strikethrough), [SPARQL](https://codemirror.net/5/mode/sparql/index.html) (version 1.1 support), and [sTeX](https://codemirror.net/5/mode/stex/index.html) (no more runaway math mode).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.7.0...4.8.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.7.0...4.8.0).
## 4.7.0 (2014-10-20)
@@ -1810,14 +1810,14 @@ Emergency single-patch update to 4.9\. Fixes Firefox-specific problem where the
* Improvements to the [Vim bindings](https://codemirror.net/5/demo/vim.html): Arbitrary insert mode key mappings are now possible, and text objects are supported in visual mode.
* The mode [meta-information file](https://codemirror.net/5/mode/meta.js) now includes information about file extensions, and [helper functions](https://codemirror.net/5/doc/manual.html#addon_meta) `findModeByMIME` and `findModeByExtension`.
* New logo!
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.6.0...4.7.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.6.0...4.7.0).
## 4.6.0 (2014-09-19)
* New mode: [Modelica](https://codemirror.net/5/mode/modelica/index.html)
* New method: [`findWordAt`](https://codemirror.net/5/doc/manual.html#findWordAt)
* Make it easier to [use text background styling](https://codemirror.net/5/demo/markselection.html)
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.5.0...4.6.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.5.0...4.6.0).
## 4.5.0 (2014-08-21)
@@ -1825,7 +1825,7 @@ Emergency single-patch update to 4.9\. Fixes Firefox-specific problem where the
* New mode: [Slim](https://codemirror.net/5/mode/slim/index.html)
* New command: [`goLineLeftSmart`](https://codemirror.net/5/doc/manual.html#command_goLineLeftSmart)
* More fixes and extensions for the [Vim](https://codemirror.net/5/demo/vim.html) visual block mode
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.4.0...4.5.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.4.0...4.5.0).
## 4.4.0 (2014-07-21)
@@ -1834,14 +1834,14 @@ Emergency single-patch update to 4.9\. Fixes Firefox-specific problem where the
* Visual block mode for [vim](https://codemirror.net/5/demo/vim.html) (<C-v>) is nearly complete
* New mode: [Kotlin](https://codemirror.net/5/mode/kotlin/index.html)
* Better multi-selection paste for text copied from multiple CodeMirror selections
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.3.0...4.4.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.3.0...4.4.0).
## 4.3.0 (2014-06-23)
* Several [vim bindings](https://codemirror.net/5/demo/vim.html) improvements: search and exCommand history, global flag for `:substitute`, `:global` command.
* Allow hiding the cursor by setting [`cursorBlinkRate`](https://codemirror.net/5/doc/manual.html#option_cursorBlinkRate) to a negative value.
* Make gutter markers themeable, use this in foldgutter.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.2.0...4.3.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.2.0...4.3.0).
## 4.2.0 (2014-05-19)
@@ -1856,7 +1856,7 @@ Emergency single-patch update to 4.9\. Fixes Firefox-specific problem where the
* Recognize per-editor configuration for the [show-hint](https://codemirror.net/5/doc/manual.html#addon_show-hint) and [foldcode](https://codemirror.net/5/doc/manual.html#addon_foldcode) addons.
* More intelligent scanning for existing close tags in [closetag](https://codemirror.net/5/doc/manual.html#addon_closetag) addon.
* In the [Vim bindings](https://codemirror.net/5/demo/vim.html): Fix bracket matching, support case conversion in visual mode, visual paste, append action.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.1.0...4.2.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.1.0...4.2.0).
## 4.1.0 (2014-04-22)
@@ -1865,7 +1865,7 @@ Emergency single-patch update to 4.9\. Fixes Firefox-specific problem where the
* New mode: [Django](https://codemirror.net/5/mode/django/index.html).
* Improved modes: [Verilog](https://codemirror.net/5/mode/verilog/index.html) (rewritten), [Jinja2](https://codemirror.net/5/mode/jinja2/index.html), [Haxe](https://codemirror.net/5/mode/haxe/index.html), [PHP](https://codemirror.net/5/mode/php/index.html) (string interpolation highlighted), [JavaScript](https://codemirror.net/5/mode/javascript/index.html) (indentation of trailing else, template strings), [LiveScript](https://codemirror.net/5/mode/livescript/index.html) (multi-line strings).
* Many small issues from the 3.x→4.x transition were found and fixed.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.0.3...4.1.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.0.3...4.1.0).
## 3.24.0 (2014-04-22)
@@ -1883,7 +1883,7 @@ Merges the improvements from 4.1 that could easily be applied to the 3.x code. A
* New addons: [rulers](https://codemirror.net/5/doc/manual.html#addon_rulers), markdown-fold, yaml-lint.
* New theme: [mdn-like](https://codemirror.net/5/demo/theme.html#mdn-like).
* New mode: [Solr](https://codemirror.net/5/mode/solr/index.html).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.21.0...3.22.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.21.0...3.22.0).
## 3.21.0 (2014-01-16)
@@ -1895,7 +1895,7 @@ Merges the improvements from 4.1 that could easily be applied to the 3.x code. A
* Make it possible to fetch multiple applicable helper values with [`getHelpers`](https://codemirror.net/5/doc/manual.html#getHelpers), and to register helpers matched on predicates with [`registerGlobalHelper`](https://codemirror.net/5/doc/manual.html#registerGlobalHelper).
* New theme [pastel-on-dark](https://codemirror.net/5/demo/theme.html#pastel-on-dark).
* Better ECMAScript 6 support in [JavaScript](https://codemirror.net/5/mode/javascript/index.html) mode.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.20.0...3.21.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.20.0...3.21.0).
## 3.20.0 (2013-11-21)
@@ -1904,7 +1904,7 @@ Merges the improvements from 4.1 that could easily be applied to the 3.x code. A
* Improved indentation for the [CoffeeScript mode](https://codemirror.net/5/mode/coffeescript/index.html).
* Make non-printable-character representation [configurable](https://codemirror.net/5/doc/manual.html#option_specialChars).
* Add ‘notification’ functionality to [dialog](https://codemirror.net/5/doc/manual.html#addon_dialog) addon.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.19.0...3.20.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.19.0...3.20.0).
## 3.19.0 (2013-10-21)
@@ -1912,7 +1912,7 @@ Merges the improvements from 4.1 that could easily be applied to the 3.x code. A
* New addons: [hardwrap](https://codemirror.net/5/doc/manual.html#addon_hardwrap), [sql-hint](https://codemirror.net/5/doc/manual.html#addon_sql-hint).
* New theme: [MBO](https://codemirror.net/5/demo/theme.html#mbo).
* Add [support](https://codemirror.net/5/doc/manual.html#token_style_line) for line-level styling from mode tokenizers.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.18.0...3.19.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.18.0...3.19.0).
## 3.18.0 (2013-09-23)
@@ -1923,7 +1923,7 @@ Emergency release to fix a problem in 3.17 where `.setOption("lineNumbers", fals
* New modes: [Fortran](https://codemirror.net/5/mode/fortran/index.html), [Octave](https://codemirror.net/5/mode/octave/index.html) (Matlab), [TOML](https://codemirror.net/5/mode/toml/index.html), and [DTD](https://codemirror.net/5/mode/dtd/index.html).
* New addons: [`css-lint`](https://codemirror.net/5/addon/lint/css-lint.js), [`css-hint`](https://codemirror.net/5/doc/manual.html#addon_css-hint).
* Improve resilience to CSS 'frameworks' that globally mess up `box-sizing`.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.16.0...3.17.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.16.0...3.17.0).
## 3.16.0 (2013-08-21)
@@ -1933,7 +1933,7 @@ Emergency release to fix a problem in 3.17 where `.setOption("lineNumbers", fals
* Improved interaction between themes and [active-line](https://codemirror.net/5/doc/manual.html#addon_active-line)/[matchbrackets](https://codemirror.net/5/doc/manual.html#addon_matchbrackets) addons.
* New [folding](https://codemirror.net/5/doc/manual.html#addon_foldcode) function `CodeMirror.fold.comment`.
* Added [fullscreen](https://codemirror.net/5/doc/manual.html#addon_fullscreen) addon.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.15.0...3.16.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.15.0...3.16.0).
## 3.15.0 (2013-07-29)
@@ -1942,7 +1942,7 @@ Emergency release to fix a problem in 3.17 where `.setOption("lineNumbers", fals
* Introduced [_helper_](https://codemirror.net/5/doc/manual.html#getHelper) concept ([context](https://groups.google.com/forum/#!msg/codemirror/cOc0xvUUEUU/nLrX1-qnidgJ)).
* New method: [`getModeAt`](https://codemirror.net/5/doc/manual.html#getModeAt).
* New themes: base16 [dark](https://codemirror.net/5/demo/theme.html#base16-dark)/[light](https://codemirror.net/5/demo/theme.html#base16-light), 3024 [dark](https://codemirror.net/5/demo/theme.html#3024-night)/[light](https://codemirror.net/5/demo/theme.html#3024-day), [tomorrow-night](https://codemirror.net/5/demo/theme.html#tomorrow-night-eighties).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.14.0...3.15.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.14.0...3.15.0).
## 3.14.0 (2013-06-20)
@@ -1953,7 +1953,7 @@ Emergency release to fix a problem in 3.17 where `.setOption("lineNumbers", fals
* Many extensions to [Emacs](https://codemirror.net/5/demo/emacs.html) mode (prefixes, more navigation units, and more).
* New events [`"keyHandled"`](https://codemirror.net/5/doc/manual.html#event_keyHandled) and [`"inputRead"`](https://codemirror.net/5/doc/manual.html#event_inputRead).
* Various improvements to [Ruby](https://codemirror.net/5/mode/ruby/index.html), [Smarty](https://codemirror.net/5/mode/smarty/index.html), [SQL](https://codemirror.net/5/mode/sql/index.html), and [Vim](https://codemirror.net/5/demo/vim.html) modes.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.13.0...3.14.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.13.0...3.14.0).
## 3.13.0 (2013-05-20)
@@ -1961,7 +1961,7 @@ Emergency release to fix a problem in 3.17 where `.setOption("lineNumbers", fals
* New options: [`cursorScrollMargin`](https://codemirror.net/5/doc/manual.html#option_cursorScrollMargin) and [`coverGutterNextToScrollbar`](https://codemirror.net/5/doc/manual.html#option_coverGutterNextToScrollbar).
* New addon: [commenting](https://codemirror.net/5/doc/manual.html#addon_comment).
* More features added to the [Vim keymap](https://codemirror.net/5/demo/vim.html).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.12...3.13.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.12...3.13.0).
## 3.12.0 (2013-04-19)
@@ -1970,7 +1970,7 @@ Emergency release to fix a problem in 3.17 where `.setOption("lineNumbers", fals
* Added [`addToHistory`](https://codemirror.net/5/doc/manual.html#mark_addToHistory) option for `markText`.
* Various fixes to JavaScript tokenization and indentation corner cases.
* Further improvements to the vim mode.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.11...v3.12).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.11...v3.12).
## 3.11.0 (2013-03-20)
@@ -1984,7 +1984,7 @@ Emergency release to fix a problem in 3.17 where `.setOption("lineNumbers", fals
* Many improvements to the [`show-hint`](https://codemirror.net/5/doc/manual.html#addon_show-hint) completion dialog addon.
* Tweak behavior of by-word cursor motion.
* Further improvements to the [vim mode](https://codemirror.net/5/demo/vim.html).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.1...v3.11).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.1...v3.11).
## 3.02.0 (2013-01-25)
@@ -2001,7 +2001,7 @@ Single-bugfix release. Fixes a problem that prevents CodeMirror instances from b
* Support `showIfHidden` option for [line widgets](https://codemirror.net/5/doc/manual.html#addLineWidget).
* Add simple [Python hinter](https://codemirror.net/5/doc/manual.html#addon_python-hint).
* Bring back the [`fixedGutter`](https://codemirror.net/5/doc/manual.html#option_fixedGutter) option.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.0...v3.01).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.0...v3.01).
## 3.1.0 (2013-02-21)
@@ -2017,7 +2017,7 @@ Single-bugfix release. Fixes a problem that prevents CodeMirror instances from b
* Fix [`coordsChar`](https://codemirror.net/5/doc/manual.html#coordsChar)'s interpretation of its argument to match the documentation.
* New modes: [Turtle](https://codemirror.net/5/mode/turtle/index.html) and [Q](https://codemirror.net/5/mode/q/index.html).
* Further improvements to the [vim mode](https://codemirror.net/5/demo/vim.html).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.01...v3.1).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.01...v3.1).
## 3.0.0 (2012-12-10)
@@ -2026,7 +2026,7 @@ Single-bugfix release. Fixes a problem that prevents CodeMirror instances from b
* Rewritten VIM mode.
* Fix a few minor scrolling and sizing issues.
* Work around Safari segfault when dragging.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.0rc2...v3.0).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.0rc2...v3.0).
## 2.38.0 (2013-01-21)
@@ -2037,7 +2037,7 @@ Integrate some bugfixes, enhancements to the vim keymap, and new modes ([D](http
* New mode: [SQL](https://codemirror.net/5/mode/sql/index.html) (will replace [plsql](https://codemirror.net/5/mode/plsql/index.html) and [mysql](https://codemirror.net/5/mode/mysql/index.html) modes).
* Further work on the new VIM mode.
* Fix Cmd/Ctrl keys on recent Operas on OS X.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v2.36...v2.37).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.36...v2.37).
## 2.36.0 (2012-11-20)
@@ -2049,7 +2049,7 @@ Integrate some bugfixes, enhancements to the vim keymap, and new modes ([D](http
* Various extensions to the vim keymap.
* Make [PHP mode](https://codemirror.net/5/mode/php/index.html) build on [mixed HTML mode](https://codemirror.net/5/mode/htmlmixed/index.html).
* Add [comment-continuing](https://codemirror.net/5/doc/manual.html#addon_continuecomment) add-on.
-* Full [list of patches](https://codemirror.net/5/https://github.com/codemirror/CodeMirror/compare/v2.35...v2.36).
+* Full [list of patches](https://codemirror.net/5/https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.35...v2.36).
## 2.35.0 (2012-10-22)
@@ -2058,7 +2058,7 @@ Integrate some bugfixes, enhancements to the vim keymap, and new modes ([D](http
* Fix several bugs in [`markText`](https://codemirror.net/5/doc/manual.html#markText)/undo interaction.
* Better indentation of JavaScript code without semicolons.
* Add [`defineInitHook`](https://codemirror.net/5/doc/manual.html#defineInitHook) function.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v2.34...v2.35).
+* Full [list of patches](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.34...v2.35).
## 2.34.0 (2012-09-19)
@@ -2072,7 +2072,7 @@ Integrate some bugfixes, enhancements to the vim keymap, and new modes ([D](http
* Add a [`CodeMirror.version`](https://codemirror.net/5/doc/manual.html#version) property.
* More robust handling of nested modes in [formatting](https://codemirror.net/5/demo/formatting.html) and [closetag](https://codemirror.net/5/demo/closetag.html) plug-ins.
* Un/redo now preserves [marked text](https://codemirror.net/5/doc/manual.html#markText) and bookmarks.
-* [Full list](https://github.com/codemirror/CodeMirror/compare/v2.33...v2.34) of patches.
+* [Full list](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.33...v2.34) of patches.
## 2.33.0 (2012-08-23)
@@ -2084,7 +2084,7 @@ Integrate some bugfixes, enhancements to the vim keymap, and new modes ([D](http
* More tweaks to the scrolling model.
* Expanded testsuite. Basic linter added.
* Remove most uses of `innerHTML`. Remove `CodeMirror.htmlEscape`.
-* [Full list](https://github.com/codemirror/CodeMirror/compare/v2.32...v2.33) of patches.
+* [Full list](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.32...v2.33) of patches.
## 2.32.0 (2012-07-23)
@@ -2098,7 +2098,7 @@ Emergency fix for a bug where an editor with line wrapping on IE will break when
* Add [`getHistory`](https://codemirror.net/5/doc/manual.html#getHistory) and [`setHistory`](https://codemirror.net/5/doc/manual.html#setHistory) methods.
* Allow custom line separator string in [`getValue`](https://codemirror.net/5/doc/manual.html#getValue) and [`getRange`](https://codemirror.net/5/doc/manual.html#getRange).
* Support double- and triple-click drag, double-clicking whitespace.
-* And more... [(all patches)](https://github.com/codemirror/CodeMirror/compare/v2.3...v2.31)
+* And more... [(all patches)](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.3...v2.31)
## 2.30.0 (2012-06-22)
@@ -2108,7 +2108,7 @@ Emergency fix for a bug where an editor with line wrapping on IE will break when
* Add [mode-multiplexing](https://codemirror.net/5/demo/multiplex.html) utility script.
* Fix bug where right-click paste works in read-only mode.
* Add a [`getScrollInfo`](https://codemirror.net/5/doc/manual.html#getScrollInfo) method.
-* Lots of other [fixes](https://github.com/codemirror/CodeMirror/compare/v2.25...v2.3).
+* Lots of other [fixes](https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.25...v2.3).
## 2.25.0 (2012-05-23)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3f5ba3d1..e2a58653 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@ Community discussion, questions, and informal bug reporting is done on the
## Submitting bug reports
The preferred way to report bugs is to use the
-[GitHub issue tracker](http://github.com/codemirror/CodeMirror/issues). Before
+[issue tracker](http://code.haverbeke.berlin/codemirror/codemirror5/issues). Before
reporting a bug, read these pointers.
**Note:** The issue tracker is for *bugs*, not requests for help. Questions
@@ -56,23 +56,6 @@ Code written by "AI" language models (either partially or fully) is
copyrighted content, and because it tends to be of low quality and a
waste of time to review.
-- Make sure you have a [GitHub Account](https://github.com/signup/free)
-- Fork [CodeMirror](https://github.com/codemirror/CodeMirror/)
- ([how to fork a repo](https://help.github.com/articles/fork-a-repo))
-- Make your changes
-- If your changes are easy to test or likely to regress, add tests.
- Tests for the core go into `test/test.js`, some modes have their own
- test suite under `mode/XXX/test.js`. Feel free to add new test
- suites to modes that don't have one yet (be sure to link the new
- tests into `test/index.html`).
-- Follow the general code style of the rest of the project (see
- below). Run `bin/lint` to verify that the linter is happy.
-- Make sure all tests pass. Visit `test/index.html` in your browser to
- run them.
-- Submit a pull request
-([how to create a pull request](https://help.github.com/articles/fork-a-repo)).
- Don't put more than one feature/fix in a single pull request.
-
By contributing code to CodeMirror you
- agree to license the contributed code under CodeMirror's [MIT
diff --git a/README.md b/README.md
index 6f42e99c..ec8426a7 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
**NOTE:** [CodeMirror 6](https://codemirror.net/) exists, and is more mobile-friendly, more accessible, better designed, and much more actively maintained.
-[](https://github.com/codemirror/codemirror5/actions)
-
CodeMirror is a versatile text editor implemented in JavaScript for
the browser. It is specialized for editing code, and comes with over
100 language modes and various addons that implement more advanced
@@ -20,7 +18,7 @@ page](https://codemirror.net/5/). For questions and discussion, use the
[discussion forum](https://discuss.codemirror.net/).
See
-[CONTRIBUTING.md](https://github.com/codemirror/CodeMirror/blob/master/CONTRIBUTING.md)
+[CONTRIBUTING.md](https://code.haverbeke.berlin/codemirror/codemirror5/src/branch/main/CONTRIBUTING.md)
for contributing guidelines.
The CodeMirror community aims to be welcoming to everybody. We use the
diff --git a/demo/activeline.html b/demo/activeline.html
index 5e37765c..0f4a7b36 100644
--- a/demo/activeline.html
+++ b/demo/activeline.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Active Line</a>
diff --git a/demo/anywordhint.html b/demo/anywordhint.html
index 4e9d712f..19cb66e8 100644
--- a/demo/anywordhint.html
+++ b/demo/anywordhint.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Any Word Completion</a>
diff --git a/demo/bidi.html b/demo/bidi.html
index 25cca1f9..4abcd613 100644
--- a/demo/bidi.html
+++ b/demo/bidi.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Bi-directional Text</a>
diff --git a/demo/btree.html b/demo/btree.html
index 5f9e4d36..10b8eb27 100644
--- a/demo/btree.html
+++ b/demo/btree.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">B-Tree visualization</a>
diff --git a/demo/buffers.html b/demo/buffers.html
index 95cf672d..ecf9b608 100644
--- a/demo/buffers.html
+++ b/demo/buffers.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Multiple Buffer & Split View</a>
diff --git a/demo/changemode.html b/demo/changemode.html
index 37a826de..d203c129 100644
--- a/demo/changemode.html
+++ b/demo/changemode.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Mode-Changing</a>
diff --git a/demo/closebrackets.html b/demo/closebrackets.html
index dbb0e69a..028c4020 100644
--- a/demo/closebrackets.html
+++ b/demo/closebrackets.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Closebrackets</a>
diff --git a/demo/closetag.html b/demo/closetag.html
index 7c69b99c..c304afb8 100644
--- a/demo/closetag.html
+++ b/demo/closetag.html
@@ -21,7 +21,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Close-Tag</a>
diff --git a/demo/complete.html b/demo/complete.html
index ece04dbf..f64aeecd 100644
--- a/demo/complete.html
+++ b/demo/complete.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Autocomplete</a>
diff --git a/demo/emacs.html b/demo/emacs.html
index 0e3de210..a6d40082 100644
--- a/demo/emacs.html
+++ b/demo/emacs.html
@@ -23,7 +23,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Emacs bindings</a>
diff --git a/demo/folding.html b/demo/folding.html
index 07bb4c8a..2a3420b9 100644
--- a/demo/folding.html
+++ b/demo/folding.html
@@ -40,7 +40,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Code Folding</a>
diff --git a/demo/fullscreen.html b/demo/fullscreen.html
index ed9d504a..66543710 100644
--- a/demo/fullscreen.html
+++ b/demo/fullscreen.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Full Screen Editing</a>
diff --git a/demo/hardwrap.html b/demo/hardwrap.html
index ec1c4efb..3018a970 100644
--- a/demo/hardwrap.html
+++ b/demo/hardwrap.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Hard-wrapping</a>
diff --git a/demo/html5complete.html b/demo/html5complete.html
index 961662ca..4f1c0dee 100644
--- a/demo/html5complete.html
+++ b/demo/html5complete.html
@@ -27,7 +27,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">HTML completion</a>
diff --git a/demo/indentwrap.html b/demo/indentwrap.html
index 8ec08c5d..849941e9 100644
--- a/demo/indentwrap.html
+++ b/demo/indentwrap.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Indented wrapped line</a>
diff --git a/demo/lint.html b/demo/lint.html
index 919fedd6..008e293d 100644
--- a/demo/lint.html
+++ b/demo/lint.html
@@ -25,7 +25,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Linter</a>
diff --git a/demo/loadmode.html b/demo/loadmode.html
index c7500d06..19454188 100644
--- a/demo/loadmode.html
+++ b/demo/loadmode.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Lazy Mode Loading</a>
diff --git a/demo/marker.html b/demo/marker.html
index d0b87d84..bbf4101f 100644
--- a/demo/marker.html
+++ b/demo/marker.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Breakpoint</a>
diff --git a/demo/markselection.html b/demo/markselection.html
index 37a66e2d..99720036 100644
--- a/demo/markselection.html
+++ b/demo/markselection.html
@@ -20,7 +20,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Selection Marking</a>
diff --git a/demo/matchhighlighter.html b/demo/matchhighlighter.html
index fd8459b9..7e2c2502 100644
--- a/demo/matchhighlighter.html
+++ b/demo/matchhighlighter.html
@@ -26,7 +26,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Match Highlighter</a>
diff --git a/demo/matchtags.html b/demo/matchtags.html
index 95af9461..b606b5b6 100644
--- a/demo/matchtags.html
+++ b/demo/matchtags.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Tag Matcher</a>
diff --git a/demo/merge.html b/demo/merge.html
index 0fdd21c4..7aa320ab 100644
--- a/demo/merge.html
+++ b/demo/merge.html
@@ -33,7 +33,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">merge view</a>
diff --git a/demo/multiplex.html b/demo/multiplex.html
index 4c2ae887..48ce9953 100644
--- a/demo/multiplex.html
+++ b/demo/multiplex.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Multiplexing Parser</a>
diff --git a/demo/mustache.html b/demo/mustache.html
index 5266b161..374beb2c 100644
--- a/demo/mustache.html
+++ b/demo/mustache.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Overlay Parser</a>
diff --git a/demo/panel.html b/demo/panel.html
index d8cabb81..0b717c90 100644
--- a/demo/panel.html
+++ b/demo/panel.html
@@ -45,7 +45,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Panel</a>
diff --git a/demo/placeholder.html b/demo/placeholder.html
index b1073bf4..5cebb2f8 100644
--- a/demo/placeholder.html
+++ b/demo/placeholder.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Placeholder</a>
diff --git a/demo/preview.html b/demo/preview.html
index ff96b782..ea08c744 100644
--- a/demo/preview.html
+++ b/demo/preview.html
@@ -30,7 +30,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">HTML5 preview</a>
diff --git a/demo/requirejs.html b/demo/requirejs.html
index 00339fbf..ae2b4ffe 100644
--- a/demo/requirejs.html
+++ b/demo/requirejs.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">HTML completion</a>
diff --git a/demo/resize.html b/demo/resize.html
index 88c794ed..008fa75e 100644
--- a/demo/resize.html
+++ b/demo/resize.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Autoresize</a>
diff --git a/demo/rulers.html b/demo/rulers.html
index 99d34822..a55cabbf 100644
--- a/demo/rulers.html
+++ b/demo/rulers.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Ruler demo</a>
diff --git a/demo/runmode-standalone.html b/demo/runmode-standalone.html
index c008e49f..99097202 100644
--- a/demo/runmode-standalone.html
+++ b/demo/runmode-standalone.html
@@ -13,7 +13,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Mode Runner</a>
diff --git a/demo/runmode.html b/demo/runmode.html
index 59ea4098..da3f3de3 100644
--- a/demo/runmode.html
+++ b/demo/runmode.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Mode Runner</a>
diff --git a/demo/search.html b/demo/search.html
index 32e12b53..d6e94114 100644
--- a/demo/search.html
+++ b/demo/search.html
@@ -25,7 +25,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Search/Replace</a>
diff --git a/demo/simplemode.html b/demo/simplemode.html
index d43e6d1f..153b685f 100644
--- a/demo/simplemode.html
+++ b/demo/simplemode.html
@@ -21,7 +21,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Simple Mode</a>
diff --git a/demo/simplescrollbars.html b/demo/simplescrollbars.html
index 078a5f12..46866c28 100644
--- a/demo/simplescrollbars.html
+++ b/demo/simplescrollbars.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Simple Scrollbar</a>
diff --git a/demo/spanaffectswrapping_shim.html b/demo/spanaffectswrapping_shim.html
index d95f3643..b84921f4 100644
--- a/demo/spanaffectswrapping_shim.html
+++ b/demo/spanaffectswrapping_shim.html
@@ -10,7 +10,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Automatically derive odd wrapping behavior for your browser</a>
diff --git a/demo/sublime.html b/demo/sublime.html
index a1890d22..a2d14361 100644
--- a/demo/sublime.html
+++ b/demo/sublime.html
@@ -30,7 +30,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Sublime bindings</a>
diff --git a/demo/tern.html b/demo/tern.html
index 7cc9b67f..ad0f5332 100644
--- a/demo/tern.html
+++ b/demo/tern.html
@@ -32,7 +32,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Tern</a>
diff --git a/demo/theme.html b/demo/theme.html
index 5fe7a575..4bbb165a 100644
--- a/demo/theme.html
+++ b/demo/theme.html
@@ -81,7 +81,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Theme</a>
diff --git a/demo/trailingspace.html b/demo/trailingspace.html
index 00e5e312..f6341ec2 100644
--- a/demo/trailingspace.html
+++ b/demo/trailingspace.html
@@ -21,7 +21,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Trailing Whitespace</a>
diff --git a/demo/variableheight.html b/demo/variableheight.html
index f7812931..22ae69b2 100644
--- a/demo/variableheight.html
+++ b/demo/variableheight.html
@@ -25,7 +25,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Variable Height</a>
diff --git a/demo/vim.html b/demo/vim.html
index 7f4b6e67..db5ae0aa 100644
--- a/demo/vim.html
+++ b/demo/vim.html
@@ -21,7 +21,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Vim bindings</a>
diff --git a/demo/visibletabs.html b/demo/visibletabs.html
index 1ddaf8ba..d22b4ede 100644
--- a/demo/visibletabs.html
+++ b/demo/visibletabs.html
@@ -21,7 +21,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Visible tabs</a>
diff --git a/demo/widget.html b/demo/widget.html
index 18b16512..85a93fbc 100644
--- a/demo/widget.html
+++ b/demo/widget.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Inline Widget</a>
diff --git a/demo/xmlcomplete.html b/demo/xmlcomplete.html
index 7420e1a4..02688183 100644
--- a/demo/xmlcomplete.html
+++ b/demo/xmlcomplete.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">XML Autocomplete</a>
diff --git a/doc/internals.html b/doc/internals.html
index dc48fec3..3d937299 100644
--- a/doc/internals.html
+++ b/doc/internals.html
@@ -12,7 +12,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="#top">Introduction</a></li>
diff --git a/doc/manual.html b/doc/manual.html
index 84fe6e96..f0a9d8f5 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -28,7 +28,7 @@
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="#overview" class=active data-default="true">Manual</a></li>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a></li>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a></li>
</ul>
<ul>
<li><a href="#usage">Basic Usage</a></li>
@@ -3608,7 +3608,7 @@ editor.setOption("extraKeys", {
<h3 id="vimapi_events">Events</h3>
- <p>VIM mode signals a few events on the editor instance. For an example usage, see <a href="https://github.com/codemirror/CodeMirror/blob/5.55.0/demo/vim.html#L101-L110">demo/vim.html#L101</a>.</p>
+ <p>VIM mode signals a few events on the editor instance. For an example usage, see <a href="https://code.haverbeke.berlin/codemirror/CodeMirror/blob/5.55.0/demo/vim.html#L101-L110">demo/vim.html#L101</a>.</p>
<dl>
<dt id="vimapi_commanddone"><code><strong>"vim-command-done"</strong> (reason: undefined)</code></dt>
@@ -3689,20 +3689,20 @@ editor.setOption("extraKeys", {
<dt id="vimapi_getRegisterController"><strong><code>getRegisterController()</code></strong></dt>
<dd>Returns the RegisterController that manages the state of registers
used by vim mode. For the RegisterController api see its
- definition <a href="https://github.com/CodeMirror/CodeMirror/blob/b2d26b4ccb1d0994ae84d18ad8b84018de176da9/keymap/vim.js#L1123">here</a>.
+ definition <a href="https://code.haverbeke.berlin/codemirror/codemirror5/src/commit/b2d26b4ccb1d0994ae84d18ad8b84018de176da9/keymap/vim.js#L1123">here</a>.
</dd>
<dt id='vimapi_buildkeymap'><strong><code>buildKeyMap()</code></strong></dt>
<dd>
Not currently implemented. If you would like to contribute this please open
- a pull request on <a href="https://github.com/codemirror/CodeMirror">GitHub</a>.
+ a pull request on <a href="https://code.haverbeke.berlin/codemirror/CodeMirror">Forgejo</a>.
</dd>
<dt id="vimapi_defineRegister"><strong><code>defineRegister()</code></strong></dt>
<dd> Defines an external register. The name should be a single character
that will be used to reference the register. The register should support
<code>setText</code>, <code>pushText</code>, <code>clear</code>, and <code>toString</code>.
- See <a href="https://github.com/CodeMirror/CodeMirror/blob/b2d26b4ccb1d0994ae84d18ad8b84018de176da9/keymap/vim.js#L1055">Register</a> for a reference implementation.
+ See <a href="https://code.haverbeke.berlin/codemirror/codemirror5/src/commit/b2d26b4ccb1d0994ae84d18ad8b84018de176da9/keymap/vim.js#L1055">Register</a> for a reference implementation.
</dd>
<dt id="vimapi_getVimGlobalState_"><strong><code>getVimGlobalState_()</code></strong></dt>
diff --git a/doc/releases.html b/doc/releases.html
index 422232ed..346d0a9b 100644
--- a/doc/releases.html
+++ b/doc/releases.html
@@ -11,7 +11,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active data-default="true" href="#v5">Version 5.x</a>
@@ -1054,7 +1054,7 @@
<li><a href="https://codemirror.net/5/mode/webidl/index.html">Web IDL mode</a>: Added</li>
<li><a href="https://codemirror.net/5/mode/sas/index.html">SAS mode</a>: Added</li>
<li><a href="https://codemirror.net/5/mode/mbox/index.html">mbox mode</a>: Added</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.13.4...5.14.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.13.4...5.14.0">list of patches</a></li>
</ul>
<p class="rel">21-03-2016: <a href="https://codemirror.net/5/codemirror-5.13.2.zip">Version 5.13.2</a>:</p>
@@ -1077,7 +1077,7 @@
<li><a href="https://codemirror.net/5/mode/clike/index.html">clike mode</a>: No longer gets confused when a comment starts after an operator.</li>
<li><a href="https://codemirror.net/5/mode/markdown/index.html">markdown mode</a>: Now supports CommonMark-style flexible list indentation.</li>
<li><a href="https://codemirror.net/5/mode/dylan/index.html">dylan mode</a>: Several improvements and fixes.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.12.0...5.13.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.12.0...5.13.0">list of patches</a></li>
</ul>
<p class="rel">19-02-2016: <a href="https://codemirror.net/5/codemirror-5.12.zip">Version 5.12</a>:</p>
@@ -1088,12 +1088,12 @@
<li><a href="https://codemirror.net/5/demo/activeline.html">active-line addon</a>: This addon can now style the active line's gutter.</li>
<li><a href="https://codemirror.net/5/mode/fcl/">FCL mode</a>: Newly added.</li>
<li><a href="https://codemirror.net/5/mode/sql/">SQL mode</a>: Now has a Postgresql dialect.</li>
- <li>Fix <a href="https://github.com/codemirror/CodeMirror/issues/3781">issue</a> where trying to scroll to a horizontal position outside of the document's width could cause the gutter to be positioned incorrectly.</li>
- <li>Use absolute, rather than fixed positioning in the context-menu intercept hack, to work around a <a href="https://github.com/codemirror/CodeMirror/issues/3238">problem</a> when the editor is inside a transformed parent container.</li>
- <li>Solve a <a href="https://github.com/codemirror/CodeMirror/issues/3821">problem</a> where the horizontal scrollbar could hide text in Firefox.</li>
- <li>Fix a <a href="https://github.com/codemirror/CodeMirror/issues/3834">bug</a> that caused phantom scroll space under the text in some situations.</li>
+ <li>Fix <a href="https://code.haverbeke.berlin/codemirror/codemirror5/issues/3781">issue</a> where trying to scroll to a horizontal position outside of the document's width could cause the gutter to be positioned incorrectly.</li>
+ <li>Use absolute, rather than fixed positioning in the context-menu intercept hack, to work around a <a href="https://code.haverbeke.berlin/codemirror/codemirror5/issues/3238">problem</a> when the editor is inside a transformed parent container.</li>
+ <li>Solve a <a href="https://code.haverbeke.berlin/codemirror/codemirror5/issues/3821">problem</a> where the horizontal scrollbar could hide text in Firefox.</li>
+ <li>Fix a <a href="https://code.haverbeke.berlin/codemirror/codemirror5/issues/3834">bug</a> that caused phantom scroll space under the text in some situations.</li>
<li><a href="https://codemirror.net/5/demo/sublime.html">Sublime Text bindings</a>: Bind delete-line to Shift-Ctrl-K on OS X.</li>
- <li><a href="https://codemirror.net/5/mode/markdown/">Markdown mode</a>: Fix <a href="https://github.com/codemirror/CodeMirror/issues/3787">issue</a> where the mode would keep state related to fenced code blocks in an unsafe way, leading to occasional corrupted parses.</li>
+ <li><a href="https://codemirror.net/5/mode/markdown/">Markdown mode</a>: Fix <a href="https://code.haverbeke.berlin/codemirror/codemirror5/issues/3787">issue</a> where the mode would keep state related to fenced code blocks in an unsafe way, leading to occasional corrupted parses.</li>
<li><a href="https://codemirror.net/5/mode/markdown/">Markdown mode</a>: Ignore backslashes in code fragments.</li>
<li><a href="https://codemirror.net/5/mode/markdown/">Markdown mode</a>: Use whichever mode is registered as <code>text/html</code> to parse HTML.</li>
<li><a href="https://codemirror.net/5/mode/clike/">Clike mode</a>: Improve indentation of Scala <code>=></code> functions.</li>
@@ -1111,7 +1111,7 @@
<li>Fixes a bug where bookmarks next to collapsed spans were not rendered</li>
<li>The <a href="../mode/swift/index.html">Swift</a> mode now supports auto-indentation</li>
<li>Frontmatters in the <a href="../mode/yaml-frontmatter/index.html">YAML frontmatter</a> mode are now optional as intended</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.10.0...5.11.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.10.0...5.11.0">list of patches</a></li>
</ul>
<p class="rel">21-12-2015: <a href="https://codemirror.net/5/codemirror-5.10.zip">Version 5.10</a>:</p>
@@ -1124,7 +1124,7 @@
<li>The <a href="manual.html#addon_show-hint">show-hint addon</a> now defaults to picking completions on single click.</li>
<li>The object passed to <a href="manual.html#event_beforeSelectionChange"><code>"beforeSelectionChange"</code></a> events now has an <code>origin</code> property.</li>
<li>New mode: <a href="../mode/crystal/index.html">Crystal</a>.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.9.0...5.10.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.9.0...5.10.0">list of patches</a></li>
</ul>
<p class="rel">23-11-2015: <a href="https://codemirror.net/5/codemirror-5.9.zip">Version 5.9</a>:</p>
@@ -1135,7 +1135,7 @@
<li>Make <a href="manual.html#addon_show-hint">show-hint</a> addon select options on single click by default, move selection to hovered item</li>
<li>Properly fold comments that include block-comment-start markers</li>
<li>Many small language mode fixes</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.8.0...5.9.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.8.0...5.9.0">list of patches</a></li>
</ul>
<p class="rel">20-10-2015: <a href="https://codemirror.net/5/codemirror-5.8.zip">Version 5.8</a>:</p>
@@ -1148,7 +1148,7 @@
<li>The Kotlin mode is now a <a href="../mode/clike/index.html">clike</a> dialect, rather than a stand-alone mode</li>
<li>New option: <a href="manual.html#option_allowDropFileTypes"><code>allowDropFileTypes</code></a>. Binary files can no longer be dropped into CodeMirror</li>
<li>New themes: <a href="../demo/theme.html#bespin">bespin</a>, <a href="../demo/theme.html#hopscotch">hopscotch</a>, <a href="../demo/theme.html#isotope">isotope</a>, <a href="../demo/theme.html#railscasts">railscasts</a></li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.7.0...5.8.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.7.0...5.8.0">list of patches</a></li>
</ul>
<p class="rel">20-09-2015: <a href="https://codemirror.net/5/codemirror-5.7.zip">Version 5.7</a>:</p>
@@ -1162,7 +1162,7 @@
<li>Make the <a href="manual.html#addon_closebrackets">closebrackets addon</a> select only the wrapped text when wrapping selection in brackets</li>
<li>Tokenize properties as properties in the <a href="../mode/coffeescript/index.html">CoffeeScript mode</a></li>
<li>The <a href="manual.html#addon_placeholder">placeholder addon</a> now accepts a DOM node as well as a string placeholder</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.6.0...5.7.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.6.0...5.7.0">list of patches</a></li>
</ul>
<p class="rel">20-08-2015: <a href="https://codemirror.net/5/codemirror-5.6.zip">Version 5.6</a>:</p>
@@ -1176,7 +1176,7 @@
<li>Lines longer than <a href="manual.html#option_maxHighlightLength"><code>maxHighlightLength</code></a> are now less likely to mess up indentation</li>
<li>New addons: <a href="manual.html#addon_autorefresh"><code>autorefresh</code></a> for refreshing an editor the first time it becomes visible, and <code>html-lint</code> for using <a href="http://htmlhint.com/">HTMLHint</a></li>
<li>The <a href="manual.html#addon_search"><code>search</code></a> addon now recognizes <code>\r</code> and <code>\n</code> in pattern and replacement input</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.5.0...5.6.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.5.0...5.6.0">list of patches</a></li>
</ul>
<p class="rel">20-07-2015: <a href="https://codemirror.net/5/codemirror-5.5.zip">Version 5.5</a>:</p>
@@ -1189,7 +1189,7 @@
the <a href="../demo/search.html">search</a> addon, for a dialog
that stays open as you cycle through matches</li>
<li>From this release on, the NPM module doesn't include documentation and demos</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.4.0...5.5.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.4.0...5.5.0">list of patches</a></li>
</ul>
<p class="rel">25-06-2015: <a href="https://codemirror.net/5/codemirror-5.4.zip">Version 5.4</a>:</p>
@@ -1198,7 +1198,7 @@
<li>New modes: <a href="../mode/twig/index.html">Twig</a>, <a href="../mode/elm/index.html">Elm</a>, <a href="../mode/factor/index.html">Factor</a>, <a href="../mode/swift/index.html">Swift</a></li>
<li>Prefer clipboard API (if available) when pasting</li>
<li>Refined definition highlighting in <a href="../mode/clike/index.html">clike</a> mode</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.3.0...5.4.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.3.0...5.4.0">list of patches</a></li>
</ul>
<p class="rel">20-05-2015: <a href="https://codemirror.net/5/codemirror-5.3.zip">Version 5.3</a>:</p>
@@ -1208,7 +1208,7 @@
<li>The <a href="../demo/vim.html">vim mode</a> API was <a href="manual.html#vimapi">documented</a></li>
<li>New modes: <a href="../mode/asn.1/index.html">ASN.1</a>, <a href="../mode/ttcn/index.html">TTCN</a>, and <a href="../mode/ttcn-cfg/index.html">TTCN-CFG</a></li>
<li>The <a href="../mode/clike/index.html">clike</a> mode can now deep-indent <code>switch</code> statements, and roughly recognizes types and defined identifiers</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.2.0...5.3.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.2.0...5.3.0">list of patches</a></li>
</ul>
<p class="rel">20-04-2015: <a href="https://codemirror.net/5/codemirror-5.2.zip">Version 5.2</a>:</p>
@@ -1225,7 +1225,7 @@
<li>New theme: <a href="../demo/theme.html#liquibyte">Liquibyte</a></li>
<li>New option: <a href="manual.html#option_lineWiseCopyCut"><code>lineWiseCopyCut</code></a></li>
<li>The <a href="../demo/vim.html">Vim mode</a> now supports buffer-local options and the <code>filetype</code> setting</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.1.0...5.2.0">list of patches</a></li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.1.0...5.2.0">list of patches</a></li>
</ul>
<p class="rel">23-03-2015: <a href="https://codemirror.net/5/codemirror-5.1.zip">Version 5.1</a>:</p>
@@ -1236,7 +1236,7 @@
<li>New commands in the <a href="manual.html#addon_merge">merge
addon</a>: <code>goNextDiff</code> and <code>goPrevDiff</code>.</li>
<li>The <a href="manual.html#addon_closebrackets">closebrackets addon</a> can now be configured per mode.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.0.0...5.1.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/5.0.0...5.1.0">list of patches</a>.</li>
</ul>
<p class="rel">20-02-2015: <a href="https://codemirror.net/5/codemirror-5.0.zip">Version 5.0</a>:</p>
@@ -1246,7 +1246,7 @@
<li>New option <a href="manual.html#option_inputStyle"><code>inputStyle</code></a> to switch between hidden textarea and contenteditable input.</li>
<li>The <a href="manual.html#getInputField"><code>getInputField</code></a>
method is no longer guaranteed to return a textarea.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.13.0...5.0.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.13.0...5.0.0">list of patches</a>.</li>
</ul>
</section>
@@ -1262,7 +1262,7 @@
<li>New modes: <a href="../mode/forth/index.html">Forth</a>, <a href="../mode/stylus/index.html">Stylus</a>.</li>
<li>Make the <a href="../mode/css/index.html">CSS mode</a> understand some modern CSS extensions.</li>
<li>Have the <a href="../mode/clike/index.html">Scala mode</a> handle symbols and triple-quoted strings.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.12.0...4.13.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.12.0...4.13.0">list of patches</a>.</li>
</ul>
<p class="rel">22-01-2015: <a href="https://codemirror.net/5/codemirror-4.12.zip">Version 4.12</a>:</p>
@@ -1282,7 +1282,7 @@
<li>The <a href="../demo/vim.html">Vim keymap</a>'s search functionality now
supports <a href="manual.html#addon_matchesonscrollbar">scrollbar
annotation</a>.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.11.0...4.12.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.11.0...4.12.0">list of patches</a>.</li>
</ul>
<p class="rel">9-01-2015: <a href="https://codemirror.net/5/codemirror-4.11.zip">Version 4.11</a>:</p>
@@ -1317,7 +1317,7 @@
and <a href="../demo/theme.html#tomorrow-night-bright">tomorrow night
bright</a>.</li>
<li>Allow ctrl-click to clear existing cursors.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.8.0...4.9.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.8.0...4.9.0">list of patches</a>.</li>
</ul>
<p class="rel">22-11-2014: <a href="https://codemirror.net/5/codemirror-4.8.zip">Version 4.8</a>:</p>
@@ -1329,7 +1329,7 @@
<li>Support styling of gutter backgrounds, allow <code>"gutter"</code> styles in <a href="manual.html#addLineClass"><code>addLineClass</code></a>.</li>
<li>Many improvements to the <a href="../demo/vim.html">Vim mode</a>, rewritten visual mode.</li>
<li>Improvements to modes: <a href="../mode/gfm/index.html">gfm</a> (strikethrough), <a href="../mode/sparql/index.html">SPARQL</a> (version 1.1 support), and <a href="../mode/stex/index.html">sTeX</a> (no more runaway math mode).
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.7.0...4.8.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.7.0...4.8.0">list of patches</a>.</li>
</ul>
<p class="rel">20-10-2014: <a href="https://codemirror.net/5/codemirror-4.7.zip">Version 4.7</a>:</p>
@@ -1360,7 +1360,7 @@
functions</a> <code>findModeByMIME</code>
and <code>findModeByExtension</code>.</li>
<li>New logo!</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.6.0...4.7.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.6.0...4.7.0">list of patches</a>.</li>
</ul>
<p class="rel">19-09-2014: <a href="https://codemirror.net/5/codemirror-4.6.zip">Version 4.6</a>:</p>
@@ -1369,7 +1369,7 @@
<li>New mode: <a href="../mode/modelica/index.html">Modelica</a></li>
<li>New method: <a href="manual.html#findWordAt"><code>findWordAt</code></a></li>
<li>Make it easier to <a href="../demo/markselection.html">use text background styling</a></li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.5.0...4.6.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.5.0...4.6.0">list of patches</a>.</li>
</ul>
<p class="rel">21-08-2014: <a href="https://codemirror.net/5/codemirror-4.5.zip">Version 4.5</a>:</p>
@@ -1379,7 +1379,7 @@
<li>New mode: <a href="../mode/slim/index.html">Slim</a></li>
<li>New command: <a href="manual.html#command_goLineLeftSmart"><code>goLineLeftSmart</code></a></li>
<li>More fixes and extensions for the <a href="../demo/vim.html">Vim</a> visual block mode</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.4.0...4.5.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.4.0...4.5.0">list of patches</a>.</li>
</ul>
<p class="rel">21-07-2014: <a href="https://codemirror.net/5/codemirror-4.4.zip">Version 4.4</a>:</p>
@@ -1393,7 +1393,7 @@
<li>Visual block mode for <a href="../demo/vim.html">vim</a> (<C-v>) is nearly complete</li>
<li>New mode: <a href="../mode/kotlin/index.html">Kotlin</a></li>
<li>Better multi-selection paste for text copied from multiple CodeMirror selections</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.3.0...4.4.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.3.0...4.4.0">list of patches</a>.</li>
</ul>
<p class="rel">23-06-2014: <a href="https://codemirror.net/5/codemirror-4.3.zip">Version 4.3</a>:</p>
@@ -1406,7 +1406,7 @@
setting <a href="manual.html#option_cursorBlinkRate"><code>cursorBlinkRate</code></a>
to a negative value.</li>
<li>Make gutter markers themeable, use this in foldgutter.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.2.0...4.3.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.2.0...4.3.0">list of patches</a>.</li>
</ul>
<p class="rel">19-05-2014: <a href="https://codemirror.net/5/codemirror-4.2.zip">Version 4.2</a>:</p>
@@ -1423,7 +1423,7 @@
<li>Recognize per-editor configuration for the <a href="manual.html#addon_show-hint">show-hint</a> and <a href="manual.html#addon_foldcode">foldcode</a> addons.</li>
<li>More intelligent scanning for existing close tags in <a href="manual.html#addon_closetag">closetag</a> addon.</li>
<li>In the <a href="../demo/vim.html">Vim bindings</a>: Fix bracket matching, support case conversion in visual mode, visual paste, append action.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.1.0...4.2.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.1.0...4.2.0">list of patches</a>.</li>
</ul>
<p class="rel">22-04-2014: <a href="https://codemirror.net/5/codemirror-4.1.zip">Version 4.1</a>:</p>
@@ -1438,7 +1438,7 @@
<li>New mode: <a href="../mode/django/index.html">Django</a>.</li>
<li>Improved modes: <a href="../mode/verilog/index.html">Verilog</a> (rewritten), <a href="../mode/jinja2/index.html">Jinja2</a>, <a href="../mode/haxe/index.html">Haxe</a>, <a href="../mode/php/index.html">PHP</a> (string interpolation highlighted), <a href="../mode/javascript/index.html">JavaScript</a> (indentation of trailing else, template strings), <a href="../mode/livescript/index.html">LiveScript</a> (multi-line strings).</li>
<li>Many small issues from the 3.x→4.x transition were found and fixed.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.0.3...4.1.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/4.0.3...4.1.0">list of patches</a>.</li>
</ul>
<p class="rel">20-03-2014: <a href="https://codemirror.net/5/codemirror-4.0.zip">Version 4.0</a>:</p>
@@ -1454,7 +1454,7 @@
<li><a href="manual.html#modloader">Module loader shims</a> wrapped around all modules.</li>
<li>Selection <a href="manual.html#command_undoSelection">undo</a>/<a href="manual.html#command_redoSelection">redo</a>.</li>
<li>Improved character measuring (faster, handles wrapped lines more robustly).</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.23.0...4.0.3">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.23.0...4.0.3">list of patches</a>.</li>
</ul>
</section>
@@ -1486,7 +1486,7 @@
<li>New addons: <a href="manual.html#addon_rulers">rulers</a>, markdown-fold, yaml-lint.</li>
<li>New theme: <a href="../demo/theme.html#mdn-like">mdn-like</a>.</li>
<li>New mode: <a href="../mode/solr/index.html">Solr</a>.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.21.0...3.22.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.21.0...3.22.0">list of patches</a>.</li>
</ul>
<p class="rel">16-01-2014: <a href="https://codemirror.net/5/codemirror-3.21.zip">Version 3.21</a>:</p>
@@ -1500,7 +1500,7 @@
<li>Make it possible to fetch multiple applicable helper values with <a href="manual.html#getHelpers"><code>getHelpers</code></a>, and to register helpers matched on predicates with <a href="manual.html#registerGlobalHelper"><code>registerGlobalHelper</code></a>.</li>
<li>New theme <a href="../demo/theme.html#pastel-on-dark">pastel-on-dark</a>.</li>
<li>Better ECMAScript 6 support in <a href="../mode/javascript/index.html">JavaScript</a> mode.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.20.0...3.21.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.20.0...3.21.0">list of patches</a>.</li>
</ul>
<p class="rel">21-11-2013: <a href="https://codemirror.net/5/codemirror-3.20.zip">Version 3.20</a>:</p>
@@ -1511,7 +1511,7 @@
<li>Improved indentation for the <a href="../mode/coffeescript/index.html">CoffeeScript mode</a>.</li>
<li>Make non-printable-character representation <a href="manual.html#option_specialChars">configurable</a>.</li>
<li>Add ‘notification’ functionality to <a href="manual.html#addon_dialog">dialog</a> addon.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.19.0...3.20.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.19.0...3.20.0">list of patches</a>.</li>
</ul>
<p class="rel">21-10-2013: <a href="https://codemirror.net/5/codemirror-3.19.zip">Version 3.19</a>:</p>
@@ -1521,7 +1521,7 @@
<li>New addons: <a href="manual.html#addon_hardwrap">hardwrap</a>, <a href="manual.html#addon_sql-hint">sql-hint</a>.</li>
<li>New theme: <a href="../demo/theme.html#mbo">MBO</a>.</li>
<li>Add <a href="manual.html#token_style_line">support</a> for line-level styling from mode tokenizers.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.18.0...3.19.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.18.0...3.19.0">list of patches</a>.</li>
</ul>
<p class="rel">23-09-2013: <a href="https://codemirror.net/5/codemirror-3.18.zip">Version 3.18</a>:</p>
@@ -1536,7 +1536,7 @@
<li>New modes: <a href="../mode/fortran/index.html">Fortran</a>, <a href="../mode/octave/index.html">Octave</a> (Matlab), <a href="../mode/toml/index.html">TOML</a>, and <a href="../mode/dtd/index.html">DTD</a>.</li>
<li>New addons: <a href="../addon/lint/css-lint.js"><code>css-lint</code></a>, <a href="manual.html#addon_css-hint"><code>css-hint</code></a>.</li>
<li>Improve resilience to CSS 'frameworks' that globally mess up <code>box-sizing</code>.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.16.0...3.17.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.16.0...3.17.0">list of patches</a>.</li>
</ul>
<p class="rel">21-08-2013: <a href="https://codemirror.net/5/codemirror-3.16.zip">Version 3.16</a>:</p>
@@ -1548,7 +1548,7 @@
<li>Improved interaction between themes and <a href="manual.html#addon_active-line">active-line</a>/<a href="manual.html#addon_matchbrackets">matchbrackets</a> addons.</li>
<li>New <a href="manual.html#addon_foldcode">folding</a> function <code>CodeMirror.fold.comment</code>.</li>
<li>Added <a href="manual.html#addon_fullscreen">fullscreen</a> addon.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.15.0...3.16.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.15.0...3.16.0">list of patches</a>.</li>
</ul>
<p class="rel">29-07-2013: <a href="https://codemirror.net/5/codemirror-3.15.zip">Version 3.15</a>:</p>
@@ -1559,7 +1559,7 @@
<li>Introduced <a href="manual.html#getHelper"><em>helper</em></a> concept (<a href="https://groups.google.com/forum/#!msg/codemirror/cOc0xvUUEUU/nLrX1-qnidgJ">context</a>).</li>
<li>New method: <a href="manual.html#getModeAt"><code>getModeAt</code></a>.</li>
<li>New themes: base16 <a href="../demo/theme.html#base16-dark">dark</a>/<a href="../demo/theme.html#base16-light">light</a>, 3024 <a href="../demo/theme.html#3024-night">dark</a>/<a href="../demo/theme.html#3024-day">light</a>, <a href="../demo/theme.html#tomorrow-night-eighties">tomorrow-night</a>.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.14.0...3.15.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.14.0...3.15.0">list of patches</a>.</li>
</ul>
<p class="rel">20-06-2013: <a href="https://codemirror.net/5/codemirror-3.14.zip">Version 3.14</a>:</p>
@@ -1586,7 +1586,7 @@
<li>Various improvements to <a href="../mode/ruby/index.html">Ruby</a>,
<a href="../mode/smarty/index.html">Smarty</a>, <a href="../mode/sql/index.html">SQL</a>,
and <a href="../demo/vim.html">Vim</a> modes.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.13.0...3.14.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/3.13.0...3.14.0">list of patches</a>.</li>
</ul>
<p class="rel">20-05-2013: <a href="https://codemirror.net/5/codemirror-3.13.zip">Version 3.13</a>:</p>
@@ -1596,7 +1596,7 @@
<li>New options: <a href="manual.html#option_cursorScrollMargin"><code>cursorScrollMargin</code></a> and <a href="manual.html#option_coverGutterNextToScrollbar"><code>coverGutterNextToScrollbar</code></a>.</li>
<li>New addon: <a href="manual.html#addon_comment">commenting</a>.</li>
<li>More features added to the <a href="../demo/vim.html">Vim keymap</a>.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.12...3.13.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.12...3.13.0">list of patches</a>.</li>
</ul>
<p class="rel">19-04-2013: <a href="https://codemirror.net/5/codemirror-3.12.zip">Version 3.12</a>:</p>
@@ -1610,7 +1610,7 @@
option for <code>markText</code>.</li>
<li>Various fixes to JavaScript tokenization and indentation corner cases.</li>
<li>Further improvements to the vim mode.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.11...v3.12">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.11...v3.12">list of patches</a>.</li>
</ul>
<p class="rel">20-03-2013: <a href="https://codemirror.net/5/codemirror-3.11.zip">Version 3.11</a>:</p>
@@ -1635,7 +1635,7 @@
dialog addon.</li>
<li>Tweak behavior of by-word cursor motion.</li>
<li>Further improvements to the <a href="../demo/vim.html">vim mode</a>.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.1...v3.11">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.1...v3.11">list of patches</a>.</li>
</ul>
<p class="rel">21-02-2013: <a href="https://codemirror.net/5/codemirror-3.1.zip">Version 3.1</a>:</p>
@@ -1671,7 +1671,7 @@
<li>New modes: <a href="../mode/turtle/index.html">Turtle</a>
and <a href="../mode/q/index.html">Q</a>.</li>
<li>Further improvements to the <a href="../demo/vim.html">vim mode</a>.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.01...v3.1">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.01...v3.1">list of patches</a>.</li>
</ul>
@@ -1697,7 +1697,7 @@
<li>Support <code>showIfHidden</code> option for <a href="manual.html#addLineWidget">line widgets</a>.</li>
<li>Add simple <a href="manual.html#addon_python-hint">Python hinter</a>.</li>
<li>Bring back the <a href="manual.html#option_fixedGutter"><code>fixedGutter</code></a> option.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0...v3.01">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.0...v3.01">list of patches</a>.</li>
</ul>
<p class="rel">10-12-2012: <a href="https://codemirror.net/5/codemirror-3.0.zip">Version 3.0</a>:</p>
@@ -1711,7 +1711,7 @@
<li>Rewritten VIM mode.</li>
<li>Fix a few minor scrolling and sizing issues.</li>
<li>Work around Safari segfault when dragging.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0rc2...v3.0">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.0rc2...v3.0">list of patches</a>.</li>
</ul>
<p class="rel">20-11-2012: <a href="https://codemirror.net/5/codemirror-3.0rc2.zip">Version 3.0, release candidate 2</a>:</p>
@@ -1723,7 +1723,7 @@
<li>Reduce gutter glitches during horiz. scrolling.</li>
<li>Add <a href="manual.html#addKeyMap"><code>addKeyMap</code></a> and <a href="manual.html#removeKeyMap"><code>removeKeyMap</code></a> methods.</li>
<li>Rewrite <code>formatting</code> and <code>closetag</code> add-ons.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0rc1...v3.0rc2">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.0rc1...v3.0rc2">list of patches</a>.</li>
</ul>
<p class="rel">20-11-2012: <a href="https://codemirror.net/5/codemirror-3.0rc1.zip">Version 3.0, release candidate 1</a>:</p>
@@ -1740,7 +1740,7 @@
<li>Add <a href="manual.html#isClean"><code>isClean</code></a>/<a href="manual.html#markClean"><code>markClean</code></a> methods.</li>
<li>Remove <code>compoundChange</code> method, use better undo-event-combining heuristic.</li>
<li>Improve scrolling performance smoothness.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0beta2...v3.0rc1">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.0beta2...v3.0rc1">list of patches</a>.</li>
</ul>
<p class="rel">22-10-2012: <a href="https://codemirror.net/5/codemirror-3.0beta2.zip">Version 3.0, beta 2</a>:</p>
@@ -1756,7 +1756,7 @@
<li>Add <a href="manual.html#option_flattenSpans"><code>flattenSpans</code></a> option.</li>
<li>Many optimizations. Poor responsiveness should be fixed.</li>
<li>Initialization in hidden state works again.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0beta1...v3.0beta2">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v3.0beta1...v3.0beta2">list of patches</a>.</li>
</ul>
<p class="rel">19-09-2012: <a href="https://codemirror.net/5/codemirror-3.0beta1.zip">Version 3.0, beta 1</a>:</p>
@@ -1788,7 +1788,7 @@
<li>New mode: <a href="../mode/sql/index.html">SQL</a> (will replace <a href="../mode/plsql/index.html">plsql</a> and <a href="../mode/mysql/index.html">mysql</a> modes).</li>
<li>Further work on the new VIM mode.</li>
<li>Fix Cmd/Ctrl keys on recent Operas on OS X.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v2.36...v2.37">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.36...v2.37">list of patches</a>.</li>
</ul>
<p class="rel">20-11-2012: <a href="https://codemirror.net/5/codemirror-2.36.zip">Version 2.36</a>:</p>
@@ -1802,7 +1802,7 @@
<li>Various extensions to the vim keymap.</li>
<li>Make <a href="../mode/php/index.html">PHP mode</a> build on <a href="../mode/htmlmixed/index.html">mixed HTML mode</a>.</li>
<li>Add <a href="manual.html#addon_continuecomment">comment-continuing</a> add-on.</li>
- <li>Full <a href="../https://github.com/codemirror/CodeMirror/compare/v2.35...v2.36">list of patches</a>.</li>
+ <li>Full <a href="../https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.35...v2.36">list of patches</a>.</li>
</ul>
<p class="rel">22-10-2012: <a href="https://codemirror.net/5/codemirror-2.35.zip">Version 2.35</a>:</p>
@@ -1813,7 +1813,7 @@
<li>Fix several bugs in <a href="manual.html#markText"><code>markText</code></a>/undo interaction.</li>
<li>Better indentation of JavaScript code without semicolons.</li>
<li>Add <a href="manual.html#defineInitHook"><code>defineInitHook</code></a> function.</li>
- <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v2.34...v2.35">list of patches</a>.</li>
+ <li>Full <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.34...v2.35">list of patches</a>.</li>
</ul>
<p class="rel">19-09-2012: <a href="https://codemirror.net/5/codemirror-2.34.zip">Version 2.34</a>:</p>
@@ -1826,7 +1826,7 @@
<li>Add a <a href="manual.html#version"><code>CodeMirror.version</code></a> property.</li>
<li>More robust handling of nested modes in <a href="../demo/formatting.html">formatting</a> and <a href="../demo/closetag.html">closetag</a> plug-ins.</li>
<li>Un/redo now preserves <a href="manual.html#markText">marked text</a> and bookmarks.</li>
- <li><a href="https://github.com/codemirror/CodeMirror/compare/v2.33...v2.34">Full list</a> of patches.</li>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.33...v2.34">Full list</a> of patches.</li>
</ul>
<p class="rel">23-08-2012: <a href="https://codemirror.net/5/codemirror-2.33.zip">Version 2.33</a>:</p>
@@ -1840,7 +1840,7 @@
<li>More tweaks to the scrolling model.</li>
<li>Expanded testsuite. Basic linter added.</li>
<li>Remove most uses of <code>innerHTML</code>. Remove <code>CodeMirror.htmlEscape</code>.</li>
- <li><a href="https://github.com/codemirror/CodeMirror/compare/v2.32...v2.33">Full list</a> of patches.</li>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.32...v2.33">Full list</a> of patches.</li>
</ul>
<p class="rel">23-07-2012: <a href="https://codemirror.net/5/codemirror-2.32.zip">Version 2.32</a>:</p>
@@ -1858,7 +1858,7 @@
<li>Add <a href="manual.html#getHistory"><code>getHistory</code></a> and <a href="manual.html#setHistory"><code>setHistory</code></a> methods.</li>
<li>Allow custom line separator string in <a href="manual.html#getValue"><code>getValue</code></a> and <a href="manual.html#getRange"><code>getRange</code></a>.</li>
<li>Support double- and triple-click drag, double-clicking whitespace.</li>
- <li>And more... <a href="https://github.com/codemirror/CodeMirror/compare/v2.3...v2.31">(all patches)</a></li>
+ <li>And more... <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.3...v2.31">(all patches)</a></li>
</ul>
<p class="rel">22-06-2012: <a href="https://codemirror.net/5/codemirror-2.3.zip">Version 2.3</a>:</p>
@@ -1870,7 +1870,7 @@
<li>Add <a href="../demo/multiplex.html">mode-multiplexing</a> utility script.</li>
<li>Fix bug where right-click paste works in read-only mode.</li>
<li>Add a <a href="manual.html#getScrollInfo"><code>getScrollInfo</code></a> method.</li>
- <li>Lots of other <a href="https://github.com/codemirror/CodeMirror/compare/v2.25...v2.3">fixes</a>.</li>
+ <li>Lots of other <a href="https://code.haverbeke.berlin/codemirror/codemirror5/compare/v2.25...v2.3">fixes</a>.</li>
</ul>
<p class="rel">23-05-2012: <a href="https://codemirror.net/5/codemirror-2.25.zip">Version 2.25</a>:</p>
@@ -2108,7 +2108,7 @@
and <a href="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580">this</a>
for more information.</p>
- <p class="rel">22-02-2011: <a href="https://github.com/codemirror/codemirror5/tree/beta2">Version 2.0 beta 2</a>:</p>
+ <p class="rel">22-02-2011: <a href="https://code.haverbeke.berlin/codemirror/codemirror5/tree/beta2">Version 2.0 beta 2</a>:</p>
<p class="rel-note">Somewhat more mature API, lots of bugs shaken out.</p>
<p class="rel">17-02-2011: <a href="https://codemirror.net/5/codemirror-0.94.zip">Version 0.94</a>:</p>
diff --git a/doc/reporting.html b/doc/reporting.html
index 42753ad1..0bf93b2b 100644
--- a/doc/reporting.html
+++ b/doc/reporting.html
@@ -10,7 +10,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Reporting bugs</a>
diff --git a/doc/upgrade_v2.2.html b/doc/upgrade_v2.2.html
index 89ea14a1..ea3883a2 100644
--- a/doc/upgrade_v2.2.html
+++ b/doc/upgrade_v2.2.html
@@ -10,7 +10,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">2.2 upgrade guide</a>
diff --git a/doc/upgrade_v3.html b/doc/upgrade_v3.html
index e16350ca..e2675bb2 100644
--- a/doc/upgrade_v3.html
+++ b/doc/upgrade_v3.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#upgrade">Upgrade guide</a>
diff --git a/doc/upgrade_v4.html b/doc/upgrade_v4.html
index 3de8ced5..28c8d46a 100644
--- a/doc/upgrade_v4.html
+++ b/doc/upgrade_v4.html
@@ -11,7 +11,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#upgrade">Upgrade guide</a>
diff --git a/index.html b/index.html
index d8c1e983..c7ffc53d 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,7 @@
<ul>
<li><a class=active data-default="true" href="#description">Home</a>
<li><a href="doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
<li><a href="https://codemirror.net/">Version 6</a>
</ul>
<ul>
@@ -93,7 +93,7 @@
<div class=actions>
Get the current version: <a href="https://codemirror.net/5/codemirror.zip">5.65.21</a>.<br>
- You can see the <a href="https://github.com/codemirror/codemirror5" title="GitHub repository">code</a>,<br>
+ You can see the <a href="https://code.haverbeke.berlin/codemirror/codemirror5" title="repository">code</a>,<br>
read the <a href="doc/releases.html">release notes</a>,<br>
or study the <a href="doc/manual.html">user manual</a>.
</div>
@@ -131,9 +131,7 @@
an <a href="LICENSE">MIT license</a>.</p>
<p>Development and bug tracking happens
- on <a href="https://github.com/codemirror/CodeMirror/">github</a>
- (<a href="http://marijnhaverbeke.nl/git/codemirror">alternate git
- repository</a>).
+ on <a href="https://code.haverbeke.berlin/codemirror/codemirror5/">Forgejo</a>.
Please <a href="https://codemirror.net/5/doc/reporting.html">read these
pointers</a> before submitting a bug. Use pull requests to submit
patches. All contributions must be released under the same MIT
diff --git a/mode/apl/index.html b/mode/apl/index.html
index 1946d2f8..8287fc05 100644
--- a/mode/apl/index.html
+++ b/mode/apl/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/asciiarmor/index.html b/mode/asciiarmor/index.html
index 08ae9349..9a830cbf 100644
--- a/mode/asciiarmor/index.html
+++ b/mode/asciiarmor/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/asn.1/index.html b/mode/asn.1/index.html
index 10028f38..163bf60e 100644
--- a/mode/asn.1/index.html
+++ b/mode/asn.1/index.html
@@ -22,7 +22,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/asterisk/index.html b/mode/asterisk/index.html
index 6b1c5e1b..3e88e21a 100644
--- a/mode/asterisk/index.html
+++ b/mode/asterisk/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/brainfuck/index.html b/mode/brainfuck/index.html
index 568cc6d4..7c3f09a6 100644
--- a/mode/brainfuck/index.html
+++ b/mode/brainfuck/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/clike/index.html b/mode/clike/index.html
index 5b82df3c..3c92f61b 100644
--- a/mode/clike/index.html
+++ b/mode/clike/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/clike/scala.html b/mode/clike/scala.html
index 49eab45d..31074520 100644
--- a/mode/clike/scala.html
+++ b/mode/clike/scala.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/clojure/index.html b/mode/clojure/index.html
index 3cad7c52..f0384840 100644
--- a/mode/clojure/index.html
+++ b/mode/clojure/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/cmake/index.html b/mode/cmake/index.html
index e8e71722..46698834 100644
--- a/mode/cmake/index.html
+++ b/mode/cmake/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/cobol/index.html b/mode/cobol/index.html
index ac1374e9..b8aa736c 100644
--- a/mode/cobol/index.html
+++ b/mode/cobol/index.html
@@ -44,7 +44,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/coffeescript/index.html b/mode/coffeescript/index.html
index 191774ae..75d61e41 100644
--- a/mode/coffeescript/index.html
+++ b/mode/coffeescript/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/commonlisp/index.html b/mode/commonlisp/index.html
index a39c4555..641ebed1 100644
--- a/mode/commonlisp/index.html
+++ b/mode/commonlisp/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/crystal/index.html b/mode/crystal/index.html
index dfffab47..3823a58d 100644
--- a/mode/crystal/index.html
+++ b/mode/crystal/index.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/css/gss.html b/mode/css/gss.html
index aa12bfb6..63d9edba 100644
--- a/mode/css/gss.html
+++ b/mode/css/gss.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/css/index.html b/mode/css/index.html
index 233d19b9..5a4c1d16 100644
--- a/mode/css/index.html
+++ b/mode/css/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/css/less.html b/mode/css/less.html
index ea7db005..65d2f066 100644
--- a/mode/css/less.html
+++ b/mode/css/less.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/css/scss.html b/mode/css/scss.html
index 75ef4f92..2fb6c092 100644
--- a/mode/css/scss.html
+++ b/mode/css/scss.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/cypher/index.html b/mode/cypher/index.html
index caab582f..68d3a19d 100644
--- a/mode/cypher/index.html
+++ b/mode/cypher/index.html
@@ -21,7 +21,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/d/index.html b/mode/d/index.html
index 6213b753..31bc037b 100644
--- a/mode/d/index.html
+++ b/mode/d/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/dart/index.html b/mode/dart/index.html
index ee6128c1..a90a9d22 100644
--- a/mode/dart/index.html
+++ b/mode/dart/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/diff/index.html b/mode/diff/index.html
index f85c8906..3cadd4ea 100644
--- a/mode/diff/index.html
+++ b/mode/diff/index.html
@@ -20,7 +20,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/django/index.html b/mode/django/index.html
index 00445b35..9a514cad 100644
--- a/mode/django/index.html
+++ b/mode/django/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/dockerfile/index.html b/mode/dockerfile/index.html
index 7d450c5f..194aebcf 100644
--- a/mode/dockerfile/index.html
+++ b/mode/dockerfile/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/dtd/dtd.js b/mode/dtd/dtd.js
index 08f65ed6..468998f6 100644
--- a/mode/dtd/dtd.js
+++ b/mode/dtd/dtd.js
@@ -4,7 +4,6 @@
/*
DTD mode
Ported to CodeMirror by Peter Kroon <plakroon@gmail.com>
- Report bugs/issues here: https://github.com/codemirror/CodeMirror/issues
GitHub: @peterkroon
*/
diff --git a/mode/dtd/index.html b/mode/dtd/index.html
index 1a90ef9e..40adf435 100644
--- a/mode/dtd/index.html
+++ b/mode/dtd/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/dylan/index.html b/mode/dylan/index.html
index 09871a07..02708cea 100644
--- a/mode/dylan/index.html
+++ b/mode/dylan/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/ebnf/index.html b/mode/ebnf/index.html
index 67c081fc..4ec38f69 100644
--- a/mode/ebnf/index.html
+++ b/mode/ebnf/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/ecl/index.html b/mode/ecl/index.html
index 1e978046..e7d73e12 100644
--- a/mode/ecl/index.html
+++ b/mode/ecl/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/eiffel/index.html b/mode/eiffel/index.html
index 64d1e665..b7c265f2 100644
--- a/mode/eiffel/index.html
+++ b/mode/eiffel/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/elm/index.html b/mode/elm/index.html
index 6332bb5f..03ce8aa4 100644
--- a/mode/elm/index.html
+++ b/mode/elm/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/erlang/index.html b/mode/erlang/index.html
index 56d1dc6d..272ef573 100644
--- a/mode/erlang/index.html
+++ b/mode/erlang/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/factor/index.html b/mode/factor/index.html
index 80863b75..5d5cea44 100644
--- a/mode/factor/index.html
+++ b/mode/factor/index.html
@@ -21,7 +21,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/fcl/index.html b/mode/fcl/index.html
index fd74281c..ef265547 100644
--- a/mode/fcl/index.html
+++ b/mode/fcl/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/forth/index.html b/mode/forth/index.html
index 43c94e0e..c4e239ac 100644
--- a/mode/forth/index.html
+++ b/mode/forth/index.html
@@ -21,7 +21,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/fortran/index.html b/mode/fortran/index.html
index 48f5bbb4..a5d100a1 100644
--- a/mode/fortran/index.html
+++ b/mode/fortran/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/gas/index.html b/mode/gas/index.html
index c5945ca2..75af18ef 100644
--- a/mode/gas/index.html
+++ b/mode/gas/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/gfm/index.html b/mode/gfm/index.html
index 0166e21e..7c1b2fca 100644
--- a/mode/gfm/index.html
+++ b/mode/gfm/index.html
@@ -25,7 +25,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/gherkin/gherkin.js b/mode/gherkin/gherkin.js
index b6464310..f09fc662 100644
--- a/mode/gherkin/gherkin.js
+++ b/mode/gherkin/gherkin.js
@@ -3,7 +3,6 @@
/*
Gherkin mode - http://www.cukes.info/
-Report bugs/issues here: https://github.com/codemirror/CodeMirror/issues
*/
// Following Objs from Brackets implementation: https://github.com/tregusti/brackets-gherkin/blob/master/main.js
diff --git a/mode/gherkin/index.html b/mode/gherkin/index.html
index 1f982e06..3fbea8a3 100644
--- a/mode/gherkin/index.html
+++ b/mode/gherkin/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/go/index.html b/mode/go/index.html
index eeb4d801..10eff949 100644
--- a/mode/go/index.html
+++ b/mode/go/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/groovy/index.html b/mode/groovy/index.html
index 481dca77..da2d2ef4 100644
--- a/mode/groovy/index.html
+++ b/mode/groovy/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/haml/index.html b/mode/haml/index.html
index 90cc00f0..05b0ebfd 100644
--- a/mode/haml/index.html
+++ b/mode/haml/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/handlebars/index.html b/mode/handlebars/index.html
index 83d527b8..ed0a8097 100644
--- a/mode/handlebars/index.html
+++ b/mode/handlebars/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/haskell-literate/index.html b/mode/haskell-literate/index.html
index 416455d0..f5106f21 100644
--- a/mode/haskell-literate/index.html
+++ b/mode/haskell-literate/index.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/haskell/index.html b/mode/haskell/index.html
index 2d6931d4..d42ffebd 100644
--- a/mode/haskell/index.html
+++ b/mode/haskell/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/haxe/index.html b/mode/haxe/index.html
index a4e24ecd..7ad402af 100644
--- a/mode/haxe/index.html
+++ b/mode/haxe/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/htmlembedded/index.html b/mode/htmlembedded/index.html
index 06e77178..588a7846 100644
--- a/mode/htmlembedded/index.html
+++ b/mode/htmlembedded/index.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/htmlmixed/index.html b/mode/htmlmixed/index.html
index 95483615..0da176d0 100644
--- a/mode/htmlmixed/index.html
+++ b/mode/htmlmixed/index.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/http/index.html b/mode/http/index.html
index ddfa8c11..148bb362 100644
--- a/mode/http/index.html
+++ b/mode/http/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/idl/index.html b/mode/idl/index.html
index b1fa6c7c..f058a4bb 100644
--- a/mode/idl/index.html
+++ b/mode/idl/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/index.html b/mode/index.html
index db8ee8f7..c22eadc7 100644
--- a/mode/index.html
+++ b/mode/index.html
@@ -10,7 +10,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Language modes</a>
diff --git a/mode/javascript/index.html b/mode/javascript/index.html
index f4be5ead..01dfe4df 100644
--- a/mode/javascript/index.html
+++ b/mode/javascript/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/javascript/json-ld.html b/mode/javascript/json-ld.html
index d3dff2e2..f85c1e4f 100644
--- a/mode/javascript/json-ld.html
+++ b/mode/javascript/json-ld.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/javascript/typescript.html b/mode/javascript/typescript.html
index d0bc3aee..c6aaa5fb 100644
--- a/mode/javascript/typescript.html
+++ b/mode/javascript/typescript.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/jinja2/index.html b/mode/jinja2/index.html
index 9b93dabe..8acc0cf5 100644
--- a/mode/jinja2/index.html
+++ b/mode/jinja2/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/jsx/index.html b/mode/jsx/index.html
index 0f2822ef..2dd4ad12 100644
--- a/mode/jsx/index.html
+++ b/mode/jsx/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/julia/index.html b/mode/julia/index.html
index 73824f2a..17804413 100644
--- a/mode/julia/index.html
+++ b/mode/julia/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/livescript/index.html b/mode/livescript/index.html
index b487fcd5..da8b9f58 100644
--- a/mode/livescript/index.html
+++ b/mode/livescript/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/lua/index.html b/mode/lua/index.html
index 55f38ee5..75b84ee2 100644
--- a/mode/lua/index.html
+++ b/mode/lua/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/markdown/index.html b/mode/markdown/index.html
index b307f749..ec73b6e3 100644
--- a/mode/markdown/index.html
+++ b/mode/markdown/index.html
@@ -22,7 +22,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/mathematica/index.html b/mode/mathematica/index.html
index ac6eeb47..f164633a 100644
--- a/mode/mathematica/index.html
+++ b/mode/mathematica/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/mbox/index.html b/mode/mbox/index.html
index 95bba18b..01f8c277 100644
--- a/mode/mbox/index.html
+++ b/mode/mbox/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/mirc/index.html b/mode/mirc/index.html
index 6daa07c9..88ab44a2 100644
--- a/mode/mirc/index.html
+++ b/mode/mirc/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/mllike/index.html b/mode/mllike/index.html
index 6f05c13c..7c8145a2 100644
--- a/mode/mllike/index.html
+++ b/mode/mllike/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/modelica/index.html b/mode/modelica/index.html
index aba72910..d9c95a22 100644
--- a/mode/modelica/index.html
+++ b/mode/modelica/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/mscgen/index.html b/mode/mscgen/index.html
index f48f3170..569940b8 100644
--- a/mode/mscgen/index.html
+++ b/mode/mscgen/index.html
@@ -13,7 +13,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/mumps/index.html b/mode/mumps/index.html
index 5299d05d..888ae0be 100644
--- a/mode/mumps/index.html
+++ b/mode/mumps/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/nginx/index.html b/mode/nginx/index.html
index c5c0b5ea..fb77c809 100644
--- a/mode/nginx/index.html
+++ b/mode/nginx/index.html
@@ -26,7 +26,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/nsis/index.html b/mode/nsis/index.html
index 0fe50e98..ab7fd400 100644
--- a/mode/nsis/index.html
+++ b/mode/nsis/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/ntriples/index.html b/mode/ntriples/index.html
index 5698a359..2cbf267e 100644
--- a/mode/ntriples/index.html
+++ b/mode/ntriples/index.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/octave/index.html b/mode/octave/index.html
index d3d14b1c..ffe3424c 100644
--- a/mode/octave/index.html
+++ b/mode/octave/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/oz/index.html b/mode/oz/index.html
index 2f77a9cc..87202f99 100644
--- a/mode/oz/index.html
+++ b/mode/oz/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/pascal/index.html b/mode/pascal/index.html
index ad29c1c4..62bd80dd 100644
--- a/mode/pascal/index.html
+++ b/mode/pascal/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/pegjs/index.html b/mode/pegjs/index.html
index e40ac11c..0f866f3f 100644
--- a/mode/pegjs/index.html
+++ b/mode/pegjs/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/perl/index.html b/mode/perl/index.html
index 114a6c90..1f4964a7 100644
--- a/mode/perl/index.html
+++ b/mode/perl/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/php/index.html b/mode/php/index.html
index d4439fdd..eb3197a2 100644
--- a/mode/php/index.html
+++ b/mode/php/index.html
@@ -20,7 +20,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/pig/index.html b/mode/pig/index.html
index 8a387377..6bb33ed1 100644
--- a/mode/pig/index.html
+++ b/mode/pig/index.html
@@ -13,7 +13,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/powershell/index.html b/mode/powershell/index.html
index 88ab9b1a..b30736d2 100644
--- a/mode/powershell/index.html
+++ b/mode/powershell/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/properties/index.html b/mode/properties/index.html
index 0bc3fa59..1c7a313b 100644
--- a/mode/properties/index.html
+++ b/mode/properties/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/protobuf/index.html b/mode/protobuf/index.html
index 6b570407..bed9af64 100644
--- a/mode/protobuf/index.html
+++ b/mode/protobuf/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/pug/index.html b/mode/pug/index.html
index 1c85b872..753a8d67 100644
--- a/mode/pug/index.html
+++ b/mode/pug/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/puppet/index.html b/mode/puppet/index.html
index c4d7da45..8a1e056c 100644
--- a/mode/puppet/index.html
+++ b/mode/puppet/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/python/index.html b/mode/python/index.html
index edf958f8..3fde6537 100644
--- a/mode/python/index.html
+++ b/mode/python/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/q/index.html b/mode/q/index.html
index 98b36d36..023c1fc1 100644
--- a/mode/q/index.html
+++ b/mode/q/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/r/index.html b/mode/r/index.html
index 55e39a58..949d767c 100644
--- a/mode/r/index.html
+++ b/mode/r/index.html
@@ -20,7 +20,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/rpm/changes/index.html b/mode/rpm/changes/index.html
index a6893193..4f1d2650 100644
--- a/mode/rpm/changes/index.html
+++ b/mode/rpm/changes/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../../index.html">Home</a>
<li><a href="../../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../../index.html">Language modes</a>
diff --git a/mode/rpm/index.html b/mode/rpm/index.html
index 6a764c91..b90f4fc6 100644
--- a/mode/rpm/index.html
+++ b/mode/rpm/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/rst/index.html b/mode/rst/index.html
index 9c4da54d..645905b5 100644
--- a/mode/rst/index.html
+++ b/mode/rst/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/ruby/index.html b/mode/ruby/index.html
index 3bb87f5a..e40e4ed3 100644
--- a/mode/ruby/index.html
+++ b/mode/ruby/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/rust/index.html b/mode/rust/index.html
index 13546620..3554a9ed 100644
--- a/mode/rust/index.html
+++ b/mode/rust/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/sas/index.html b/mode/sas/index.html
index 146fbbfe..0fe26517 100644
--- a/mode/sas/index.html
+++ b/mode/sas/index.html
@@ -20,7 +20,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/sass/index.html b/mode/sass/index.html
index 7e4befa2..cd3a12e0 100644
--- a/mode/sass/index.html
+++ b/mode/sass/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/scheme/index.html b/mode/scheme/index.html
index f8a6e5c9..cb24589a 100644
--- a/mode/scheme/index.html
+++ b/mode/scheme/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/shell/index.html b/mode/shell/index.html
index ccaad3cb..412220df 100644
--- a/mode/shell/index.html
+++ b/mode/shell/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/sieve/index.html b/mode/sieve/index.html
index 86df5432..e1f8ed2a 100644
--- a/mode/sieve/index.html
+++ b/mode/sieve/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/slim/index.html b/mode/slim/index.html
index f90c3413..c7e5ab73 100644
--- a/mode/slim/index.html
+++ b/mode/slim/index.html
@@ -25,7 +25,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/smalltalk/index.html b/mode/smalltalk/index.html
index f4dc298b..ec802e23 100644
--- a/mode/smalltalk/index.html
+++ b/mode/smalltalk/index.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/smarty/index.html b/mode/smarty/index.html
index 8241d4ce..9c00ee2f 100644
--- a/mode/smarty/index.html
+++ b/mode/smarty/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/solr/index.html b/mode/solr/index.html
index 6311ab21..ad7ec6ca 100644
--- a/mode/solr/index.html
+++ b/mode/solr/index.html
@@ -23,7 +23,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/soy/index.html b/mode/soy/index.html
index f4847297..edeb3161 100644
--- a/mode/soy/index.html
+++ b/mode/soy/index.html
@@ -19,7 +19,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/sparql/index.html b/mode/sparql/index.html
index a7024843..ec728a36 100644
--- a/mode/sparql/index.html
+++ b/mode/sparql/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/spreadsheet/index.html b/mode/spreadsheet/index.html
index 2e508710..b953983b 100644
--- a/mode/spreadsheet/index.html
+++ b/mode/spreadsheet/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/sql/index.html b/mode/sql/index.html
index 2b61145b..ff83e4bc 100644
--- a/mode/sql/index.html
+++ b/mode/sql/index.html
@@ -23,7 +23,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/stex/index.html b/mode/stex/index.html
index 0a66778b..88742715 100644
--- a/mode/stex/index.html
+++ b/mode/stex/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/stylus/index.html b/mode/stylus/index.html
index 99234aa6..110882e4 100644
--- a/mode/stylus/index.html
+++ b/mode/stylus/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/stylus/stylus.js b/mode/stylus/stylus.js
index dae99e5d..b1a5becb 100644
--- a/mode/stylus/stylus.js
+++ b/mode/stylus/stylus.js
@@ -733,7 +733,6 @@
// developer.mozilla.org/en-US/docs/Web/HTML/Element
var tagKeywords_ = ["a","abbr","address","area","article","aside","audio", "b", "base","bdi", "bdo","bgsound","blockquote","body","br","button","canvas","caption","cite", "code","col","colgroup","data","datalist","dd","del","details","dfn","div", "dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1", "h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe", "img","input","ins","kbd","keygen","label","legend","li","link","main","map", "mark","marquee","menu","menuitem","meta","meter","nav","nobr","noframes", "noscript","object","ol","optgroup","option","output","p","param","pre", "progress","q","rp","rt","ruby","s","samp","script","section","select", "small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","track", "u","ul","var","video"];
- // github.com/codemirror/CodeMirror/blob/master/mode/css/css.js
// Note, "url-prefix" should precede "url" in order to match correctly in documentTypesRegexp
var documentTypes_ = ["domain", "regexp", "url-prefix", "url"];
var mediaTypes_ = ["all","aural","braille","handheld","print","projection","screen","tty","tv","embossed"];
diff --git a/mode/swift/index.html b/mode/swift/index.html
index 1aa6dfdb..4b27802c 100644
--- a/mode/swift/index.html
+++ b/mode/swift/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/tcl/index.html b/mode/tcl/index.html
index 87bc109c..06d21779 100644
--- a/mode/tcl/index.html
+++ b/mode/tcl/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/tiddlywiki/index.html b/mode/tiddlywiki/index.html
index 86549952..80b1c046 100644
--- a/mode/tiddlywiki/index.html
+++ b/mode/tiddlywiki/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/tiki/index.html b/mode/tiki/index.html
index afc2bb28..36849ac4 100644
--- a/mode/tiki/index.html
+++ b/mode/tiki/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/toml/index.html b/mode/toml/index.html
index 21bb12db..e2eef94b 100644
--- a/mode/toml/index.html
+++ b/mode/toml/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/troff/index.html b/mode/troff/index.html
index 5c871b6c..984b3141 100644
--- a/mode/troff/index.html
+++ b/mode/troff/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/ttcn-cfg/index.html b/mode/ttcn-cfg/index.html
index c7f0e824..bae3caf2 100644
--- a/mode/ttcn-cfg/index.html
+++ b/mode/ttcn-cfg/index.html
@@ -22,7 +22,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/ttcn/index.html b/mode/ttcn/index.html
index 147845ae..10e5c08f 100644
--- a/mode/ttcn/index.html
+++ b/mode/ttcn/index.html
@@ -22,7 +22,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/turtle/index.html b/mode/turtle/index.html
index 3b82f4e5..acbe0b0b 100644
--- a/mode/turtle/index.html
+++ b/mode/turtle/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/twig/index.html b/mode/twig/index.html
index 05e101bd..11c5f163 100644
--- a/mode/twig/index.html
+++ b/mode/twig/index.html
@@ -16,7 +16,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/vb/index.html b/mode/vb/index.html
index 5ef317e6..fec2fd55 100644
--- a/mode/vb/index.html
+++ b/mode/vb/index.html
@@ -20,7 +20,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/vbscript/index.html b/mode/vbscript/index.html
index bd91c765..fca848a1 100644
--- a/mode/vbscript/index.html
+++ b/mode/vbscript/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/velocity/index.html b/mode/velocity/index.html
index 5031f1f4..b1a96b70 100644
--- a/mode/velocity/index.html
+++ b/mode/velocity/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/verilog/index.html b/mode/verilog/index.html
index 2d37a573..268a38c2 100644
--- a/mode/verilog/index.html
+++ b/mode/verilog/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/vhdl/index.html b/mode/vhdl/index.html
index 0d254fb8..c959ffd9 100644
--- a/mode/vhdl/index.html
+++ b/mode/vhdl/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/vue/index.html b/mode/vue/index.html
index e11a4b86..05c9b46f 100644
--- a/mode/vue/index.html
+++ b/mode/vue/index.html
@@ -26,7 +26,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/wast/index.html b/mode/wast/index.html
index 977dfe8b..e9093670 100644
--- a/mode/wast/index.html
+++ b/mode/wast/index.html
@@ -22,7 +22,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/webidl/index.html b/mode/webidl/index.html
index d96ebca8..ace5106a 100644
--- a/mode/webidl/index.html
+++ b/mode/webidl/index.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/xml/index.html b/mode/xml/index.html
index c0f5e84a..780c5290 100644
--- a/mode/xml/index.html
+++ b/mode/xml/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/xquery/index.html b/mode/xquery/index.html
index f9466dde..72ec6dee 100644
--- a/mode/xquery/index.html
+++ b/mode/xquery/index.html
@@ -21,7 +21,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/yacas/index.html b/mode/yacas/index.html
index 50ed00ec..fc1d27d4 100644
--- a/mode/yacas/index.html
+++ b/mode/yacas/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/yaml-frontmatter/index.html b/mode/yaml-frontmatter/index.html
index df17320b..8e296c0d 100644
--- a/mode/yaml-frontmatter/index.html
+++ b/mode/yaml-frontmatter/index.html
@@ -18,7 +18,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/yaml/index.html b/mode/yaml/index.html
index b923116e..fd2ff59a 100644
--- a/mode/yaml/index.html
+++ b/mode/yaml/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/mode/z80/index.html b/mode/z80/index.html
index 1cff455b..d2b93121 100644
--- a/mode/z80/index.html
+++ b/mode/z80/index.html
@@ -14,7 +14,7 @@
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
diff --git a/package.json b/package.json
index 76a5175b..4bdfeea6 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"rollup": "^1.26.3",
"rollup-plugin-copy": "^3.4.0"
},
- "bugs": "http://github.com/codemirror/CodeMirror/issues",
+ "bugs": "http://code.haverbeke.berlin/codemirror/codemirror5/issues",
"keywords": [
"JavaScript",
"CodeMirror",
@@ -38,7 +38,7 @@
"homepage": "https://codemirror.net/5/",
"repository": {
"type": "git",
- "url": "https://github.com/codemirror/CodeMirror.git"
+ "url": "git+https://code.haverbeke.berlin/codemirror/codemirror5.git"
},
"jspm": {
"directories": {},
diff --git a/src/line/line_data.js b/src/line/line_data.js
index e650b3e3..13a451a9 100644
--- a/src/line/line_data.js
+++ b/src/line/line_data.js
@@ -277,7 +277,7 @@ function insertLineContent(line, builder, styles) {
if (m.startStyle && sp.from == pos) spanStartStyle += " " + m.startStyle
if (m.endStyle && sp.to == nextChange) (endStyles || (endStyles = [])).push(m.endStyle, sp.to)
// support for the old title property
- // https://github.com/codemirror/CodeMirror/pull/5673
+ // https://code.haverbeke.berlin/codemirror/codemirror/pull/5673
if (m.title) (attributes || (attributes = {})).title = m.title
if (m.attributes) {
for (let attr in m.attributes)
diff --git a/test/index.html b/test/index.html
index ab7ad436..4991d377 100644
--- a/test/index.html
+++ b/test/index.html
@@ -89,7 +89,7 @@
<ul>
<li><a href="../index.html">Home</a>
<li><a href="../doc/manual.html">Manual</a>
- <li><a href="https://github.com/codemirror/codemirror5">Code</a>
+ <li><a href="https://code.haverbeke.berlin/codemirror/codemirror5">Code</a>
</ul>
<ul>
<li><a class=active href="#">Test suite</a>
diff --git a/theme/mdn-like.css b/theme/mdn-like.css
index 622ed3ef..d5503d2c 100644
--- a/theme/mdn-like.css
+++ b/theme/mdn-like.css
@@ -1,7 +1,6 @@
/*
MDN-LIKE Theme - Mozilla
Ported to CodeMirror by Peter Kroon <plakroon@gmail.com>
- Report bugs/issues here: https://github.com/codemirror/CodeMirror/issues
GitHub: @peterkroon
The mdn-like theme is inspired on the displayed code examples at: https://developer.mozilla.org/en-US/docs/Web/CSS/animation