Home
last modified time | relevance | path

Searched defs:brush (Results 1 – 25 of 48) sorted by relevance

12

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.bash-script.js5 Syntax.register('bash-script',function(brush){var operators=["&&","|",";","{","}"];brush.push(opera… argument
H A Djquery.syntax.brush.xml.js5 …lass:'percent-escape',only:['string']};Syntax.register('xml-tag',function(brush){brush.push({patte… argument
H A Djquery.syntax.brush.java.js5 Syntax.register('java',function(brush){var keywords=["abstract","continue","for","switch","assert",… argument
H A Djquery.syntax.brush.perl5.js5 Syntax.register('perl5',function(brush){var builtins=["abs","accept","alarm","atan2","bind","binmod… argument
H A Djquery.syntax.brush.php.js5 Syntax.brushes.dependency('php','php-script');Syntax.register('php',function(brush){brush.push({pat… argument
H A Djquery.syntax.brush.plain.js5 Syntax.register('plain',function(brush){brush.push(Syntax.lib.webLink);}); argument
H A Djquery.syntax.brush.python.js5 Syntax.register('python',function(brush){var keywords=["and","as","assert","break","class","continu… argument
H A Djquery.syntax.brush.scala.js5 Syntax.brushes.dependency('scala','xml');Syntax.register('scala',function(brush){var keywords=["abs… argument
H A Djquery.syntax.brush.yaml.js5 Syntax.register('yaml',function(brush){brush.push({pattern:/^\s*#.*$/gm,klass:'comment',allow:['hre… argument
H A Djquery.syntax.brush.clang.js5 Syntax.register('clang',function(brush){var keywords=["@interface","@implementation","@protocol","@… argument
H A Djquery.syntax.brush.javascript.js5 Syntax.register('javascript',function(brush){var keywords=["function","break","case","catch","conti… argument
H A Djquery.syntax.brush.kai.js5 Syntax.register('kai',function(brush){brush.push(['(',')','[',']','{','}'],{klass:'operator'});brus… argument
H A Djquery.syntax.brush.ooc.js5 Syntax.register('ooc',function(brush){var keywords=["class","interface","implement","abstract","ext… argument
H A Djquery.syntax.brush.protobuf.js5 Syntax.register('protobuf',function(brush){var keywords=["enum","extend","extensions","group","impo… argument
H A Djquery.syntax.brush.smalltalk.js5 Syntax.register('smalltalk',function(brush){var operators=["[","]","|",":=","."];var values=["self"… argument
H A Djquery.syntax.brush.apache.js5 Syntax.register('apache',function(brush){brush.push({pattern:/(<(\w+).*?>)/gi,matches:Syntax.extrac… argument
H A Djquery.syntax.brush.bash.js5 Syntax.brushes.dependency('bash','bash-script');Syntax.register('bash',function(brush){brush.push({… argument
H A Djquery.syntax.brush.haskell.js5 Syntax.register('haskell',function(brush){var keywords=["as","case","of","class","data","data famil… argument
H A Djquery.syntax.brush.html.js5 Syntax.brushes.dependency('html','xml');Syntax.brushes.dependency('html','javascript');Syntax.brush… argument
H A Djquery.syntax.brush.io.js5 Syntax.register('io',function(brush){brush.push(Syntax.lib.cStyleFunction);var keywords=["return"];… argument
H A Djquery.syntax.brush.pascal.js5 Syntax.register('pascal',function(brush){var keywords=["absolute","abstract","all","and_then","as",… argument
H A Djquery.syntax.brush.php-script.js5 Syntax.register('php-script',function(brush){var keywords=["abstract","and","as","break","case","cf… argument
H A Djquery.syntax.brush.super-collider.js5 Syntax.register('super-collider',function(brush){var keywords=["const","arg","classvar","var"];brus… argument
H A Djquery.syntax.brush.applescript.js5 Syntax.register('applescript',function(brush){var keywords=["after","before","beginning","continue"… argument
/plugin/syntaxhighlighter3/sxh3/tests/
H A Dcommonjs_tests.js43 brush = require('shBrush' + name).Brush variable
46 brush = new brush(); variable

12