PluginProbe
Wp-Insert / 1.7.2
Wp-Insert v1.7.2
trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.3.0 1.3.1 1.3.3 1.4 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 2.0 All 63 releases
wp-insert / editarea / reg_syntax / robotstxt.js

robotstxt.js in Wp-Insert 1.7.2, at editarea/reg_syntax/robotstxt.js

26 lines 667 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 editAreaLoader.load_syntax["robotstxt"] = {
2 'DISPLAY_NAME' : 'Robots txt',
3 'COMMENT_SINGLE' : {1 : '#'},
4 'COMMENT_MULTI' : {},
5 'QUOTEMARKS' : [],
6 'KEYWORD_CASE_SENSITIVE' : false,
7 'KEYWORDS' : {
8 'attributes' : ['User-agent', 'Disallow', 'Allow', 'Crawl-delay'],
9 'values' : ['*'],
10 'specials' : ['*']
11 },
12 'OPERATORS' :[':'],
13 'DELIMITERS' :[],
14 'STYLES' : {
15 'COMMENTS': 'color: #AAAAAA;',
16 'QUOTESMARKS': 'color: #6381F8;',
17 'KEYWORDS' : {
18 'attributes' : 'color: #48BDDF;',
19 'values' : 'color: #2B60FF;',
20 'specials' : 'color: #FF0000;'
21 },
22 'OPERATORS' : 'color: #FF00FF;',
23 'DELIMITERS' : 'color: #60CA00;'
24 }
25 };
26