mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 14:15:49 +01:00
Add *very* basic (and bad) E4X highlighting for vim.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
it under any or all of those licenseses.
|
||||
}}} ***** END LICENSE BLOCK *****/
|
||||
|
||||
// <css>
|
||||
Highlights.prototype.CSS = <![CDATA[
|
||||
Boolean color: red;
|
||||
Function color: navy;
|
||||
@@ -112,6 +113,8 @@ Highlights.prototype.CSS = <![CDATA[
|
||||
padding: 0;
|
||||
}
|
||||
]]>.toString();
|
||||
// </css>
|
||||
|
||||
function Highlights(name, store, serial)
|
||||
{
|
||||
var self = this;
|
||||
|
||||
Reference in New Issue
Block a user