Skip to content

Commit 8ce9435

Browse files
transgirllucyBenny Baumann
authored and
Benny Baumann
committed
chg: Renamed Nimrod to Nim
1 parent 7884d22 commit 8ce9435

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

CHANGELOG

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ modified by me for consistency/bug fixing.
1212
Please send any bug reports to [email protected], or use the bug report tracker
1313
at sourceforge (http://sourceforge.net/tracker/?group_id=114997&atid=670231)
1414

15+
Version 1.0.9.2
16+
- Renamed Nimrod to Nim (mrtuxa)
1517
Version 1.0.9.1
1618
- Added language files
1719
* OpenSSH config (Kevin Ernst)

THANKS

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ PEOPE WHO MADE LANGUAGE FILES
177177
- Nagios Albéric de Pertat
178178
- NewLisp cormullion
179179
- nginx Cliff Wells, Deoren Moor, Thomas Joiner
180-
- Nimrod Dennis Felsing
180+
- Nim Dennis Felsing, mrtuxa
181181
- NSIS Tux, Deguix
182182
- Oberon-2 Mike Mol
183183
- Objeck Progr. Lang. Randy Hollines

src/geshi/nimrod.php src/geshi/nim.php

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/*************************************************************************************
3-
* nimrod.php
3+
* nim.php
44
* ----------
55
* Author: Dennis Felsing ([email protected])
66
* Copyright: (c) 2014 Dennis Felsing
77
* Release Version: 1.0.9.1
88
* Date Started: 2014/07/15
99
*
10-
* Nimrod language file for GeSHi.
10+
* Nim language file for GeSHi.
1111
*
1212
* CHANGES
1313
* -------
@@ -39,7 +39,7 @@
3939
************************************************************************************/
4040

4141
$language_data = array (
42-
'LANG_NAME' => 'Nimrod',
42+
'LANG_NAME' => 'Nim',
4343
'COMMENT_SINGLE' => array(1 => '#'),
4444
'COMMENT_MULTI' => array(),
4545
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
@@ -53,10 +53,6 @@
5353
GESHI_NUMBER_FLT_SCI_SHORT | GESHI_NUMBER_FLT_SCI_ZERO,
5454
'KEYWORDS' => array(
5555

56-
/*
57-
** Set 1: reserved words
58-
** http://nimrod-lang.org/manual.html#identifiers-keywords
59-
*/
6056
1 => array(
6157
'addr', 'and', 'as', 'asm', 'atomic',
6258
'bind', 'block', 'break',

0 commit comments

Comments
 (0)