tilde.club/~brennen/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
382 B

if (! this.sh_languages) {
this.sh_languages = {};
}
sh_languages['desktop'] = [
[
[
/#/g,
'sh_comment',
1
],
[
/\[.*\]/g,
'sh_section',
1
],
[
/([^="\[]+)((?:\[.+\])*)([ \t]*)(=)/g,
['sh_type', 'sh_paren', 'sh_normal', 'sh_symbol'],
-1
]
],
[
[
/$/g,
null,
-2
]
]
];