Harutyun Amirjanyan
cd168344db
Merge pull request #3599 from ajaxorg/vim
...
fixes for ex mode in vim
2018-03-04 22:54:22 +04:00
nightwing
f7696bb653
fixes for ex mode in vim
2018-03-04 22:47:14 +04:00
Harutyun Amirjanyan
5d8fbac58a
Merge pull request #3598 from kylon/master
...
c/cpp highlight rules: missing OR in keywordOperators
2018-03-04 19:19:44 +04:00
kylon
b62c32e63b
c/cpp highlight rules: missing OR in keywordOperators
2018-03-04 15:43:08 +01:00
Harutyun Amirjanyan
981375fdae
Merge pull request #3593 from ajaxorg/shadow-dom
...
add basic support for running editor in shadow dom
2018-03-04 16:57:12 +04:00
Harutyun Amirjanyan
cc2f2b9b9c
Merge pull request #3594 from ajaxorg/editor-tests
...
increase test coverage of editor.js
2018-03-04 15:45:44 +04:00
Harutyun Amirjanyan
443366a1bb
Merge pull request #3597 from ajaxorg/python
...
highlight 'self' in python
2018-03-04 15:45:17 +04:00
nightwing
aca4aaef8f
highlight 'self' in python
2018-03-04 13:53:13 +04:00
nightwing
fc86290641
increase test coverage of editor.js
2018-03-01 21:34:47 +04:00
nightwing
dd81bf88a0
add basic support for running editor in shadow dom
2018-02-28 19:15:32 +04:00
Thomas Allmer
d75b827a69
fix: --> might lead to escape problems
...
This code can easily get wrongly escaped to `--\x3e` if using a serialize function.
Replacing it with `-- >` will prevent these problems.
2018-02-27 13:54:33 +01:00
Harutyun Amirjanyan
a3a87cb9f7
Merge pull request #3588 from adamjimenez/patch-22
...
fix beautify collapsed block tags
2018-02-24 14:53:00 +04:00
Adam Jimenez
cf98335ff7
fix beautify collapsed block tags
2018-02-24 10:45:46 +00:00
Harutyun Amirjanyan
02b17aae28
Merge pull request #3587 from adamjimenez/patch-25
...
Highlight /= as keyword operator in PHP
2018-02-24 14:00:31 +04:00
Harutyun Amirjanyan
c0924a45a5
Merge pull request #3584 from adamjimenez/patch-22
...
Update beautify extension
2018-02-23 18:06:18 +04:00
Adam Jimenez
562028a63f
tidy up
2018-02-23 12:51:09 +00:00
Adam Jimenez
aec4790d4e
add beautify tests
2018-02-23 10:23:22 +00:00
Adam Jimenez
f70c7a866d
update beautify extension
2018-02-23 10:23:10 +00:00
Adam Jimenez
0289dfa3f8
file no longer needed
2018-02-23 10:22:41 +00:00
Adam Jimenez
9b0f946ec2
Highlight /= as keyword operator in PHP
2018-02-23 00:25:40 +00:00
Adam Jimenez
cad105513f
Highlight .= as keyword operator in PHP
2018-02-22 14:28:43 +00:00
Adam Jimenez
3fcbf942ae
Update beautify extension
...
This extension had stopped working correctly.
This update is a complete rewrite and works in a less destructive way by preserving empty rows and whitespace within a row.
Tested with PHP, HTML, CSS and JS but should work with other modes as well.
2018-02-22 09:39:13 +00:00
Harutyun Amirjanyan
661b30f5f2
Merge pull request #3573 from ajaxorg/fix-document
...
fix handling of large deltas and add tests
2018-02-21 14:44:15 +04:00
Adam Jimenez
f0c4e2e12a
tag completions in alphabetical order
2018-02-20 10:51:28 +00:00
nightwing
7d0d2d381f
fix handling of large deltas and add tests
2018-02-20 00:11:03 +04:00