mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
Update CodeMirror to 5.13.5
This commit is contained in:
parent
edc3a31dfd
commit
8bf516263c
84 changed files with 2837 additions and 504 deletions
|
@ -126,7 +126,7 @@ CodeMirror.defineMode("puppet", function () {
|
|||
if (word && words.hasOwnProperty(word)) {
|
||||
// Negates the initial next()
|
||||
stream.backUp(1);
|
||||
// Acutally move the stream
|
||||
// rs move the stream
|
||||
stream.match(/[\w]+/);
|
||||
// We want to process these words differently
|
||||
// do to the importance they have in Puppet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue