Plugin Directory

Changeset 1184859


Ignore:
Timestamp:
06/20/2015 09:25:51 PM (11 years ago)
Author:
Adeptris
Message:

0.2 Added TRUE and FALSE in Blue

Location:
syntaxhighlighter-evolved-dynamics-nav-cside-brush/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • syntaxhighlighter-evolved-dynamics-nav-cside-brush/trunk/readme.txt

    r1120764 r1184859  
    33Donate link: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/donate/
    44Tags: syntaxhighlighter, evolved, brush, syntax, highlighter, highlighting, Cside, CAL, Dynamics NAV
    5 Stable tag: 0.1
     5Stable tag: 0.2
    66Requires at least: 3.9
    7 Tested up to: 4.1.1
     7Tested up to: 4.2.2
    88License: GPLv2
    99
     
    3232= 1.0 =
    3333Initial release.
     34= 2.0 =
     35Added TRUE and FALSE in Blue.
    3436
    3537== Upgrade Notice ==
    3638= 1.0 =
    3739Initial release.
     40= 2.0 =
     41Added TRUE and FALSE in Blue.
  • syntaxhighlighter-evolved-dynamics-nav-cside-brush/trunk/shBrushCside.js

    r1120764 r1184859  
    2525    {
    2626        var keywords =  'DIV MOD IN AND OR NOT XOR ASSERTERROR BEGIN CASE DO DOWNTO ' +
    27                 'ELSE END EXIT FOR IF OF REPEAT THEN TO UNTIL WHILE WITH';
     27                'ELSE END EXIT FOR IF OF REPEAT THEN TO UNTIL WHILE WITH TRUE FALSE';
    2828                       
    2929        this.regexList = [
  • syntaxhighlighter-evolved-dynamics-nav-cside-brush/trunk/syntaxhighlighter-cside.php

    r1120764 r1184859  
    44Description: Adds support for the Dynamics NAV C/AL Cside language to the SyntaxHighlighter Evolved plugin.
    55Author: David Cox
    6 Version: 0.1
     6Version: 0.2
    77Author URI: http://adeptris.com/
    88*/
Note: See TracChangeset for help on using the changeset viewer.