Sha256: 42bb0fb078fb8ac9311b24788354b59cde191b499f02b2bfed5c1f434c146f26
Contents?: true
Size: 499 Bytes
Versions: 80
Compression:
Stored size: 499 Bytes
Contents
// This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License. Syntax.register("smalltalk",function(a){a.push(["self","super","true","false","nil"],{klass:"constant"});a.push(["[","]","|",":=","."],{klass:"operator"});a.push({pattern:/\w+:/g,klass:"function"});a.push(Syntax.lib.camelCaseType);a.push(Syntax.lib.singleQuotedString);a.push(Syntax.lib.doubleQuotedString);a.push(Syntax.lib.stringEscape);a.push(Syntax.lib.decimalNumber);a.push(Syntax.lib.hexNumber)});
Version data entries
80 entries across 78 versions & 4 rubygems