Skip to content

Commit

Permalink
chg: Renamed Nimrod to Nim
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtuxa authored and Benny Baumann committed Mar 17, 2024
1 parent 7884d22 commit 8ce9435
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ modified by me for consistency/bug fixing.
Please send any bug reports to BenBE@omorphia.de, or use the bug report tracker
at sourceforge (http://sourceforge.net/tracker/?group_id=114997&atid=670231)

Version 1.0.9.2
- Renamed Nimrod to Nim (mrtuxa)
Version 1.0.9.1
- Added language files
* OpenSSH config (Kevin Ernst)
Expand Down
2 changes: 1 addition & 1 deletion THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ PEOPE WHO MADE LANGUAGE FILES
- Nagios Albéric de Pertat
- NewLisp cormullion
- nginx Cliff Wells, Deoren Moor, Thomas Joiner
- Nimrod Dennis Felsing
- Nim Dennis Felsing, mrtuxa
- NSIS Tux, Deguix
- Oberon-2 Mike Mol
- Objeck Progr. Lang. Randy Hollines
Expand Down
10 changes: 3 additions & 7 deletions src/geshi/nimrod.php → src/geshi/nim.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/*************************************************************************************
* nimrod.php
* nim.php
* ----------
* Author: Dennis Felsing (dennis@felsin9.de)
* Copyright: (c) 2014 Dennis Felsing
* Release Version: 1.0.9.1
* Date Started: 2014/07/15
*
* Nimrod language file for GeSHi.
* Nim language file for GeSHi.
*
* CHANGES
* -------
Expand Down Expand Up @@ -39,7 +39,7 @@
************************************************************************************/

$language_data = array (
'LANG_NAME' => 'Nimrod',
'LANG_NAME' => 'Nim',
'COMMENT_SINGLE' => array(1 => '#'),
'COMMENT_MULTI' => array(),
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
Expand All @@ -53,10 +53,6 @@
GESHI_NUMBER_FLT_SCI_SHORT | GESHI_NUMBER_FLT_SCI_ZERO,
'KEYWORDS' => array(

/*
** Set 1: reserved words
** http://nimrod-lang.org/manual.html#identifiers-keywords
*/
1 => array(
'addr', 'and', 'as', 'asm', 'atomic',
'bind', 'block', 'break',
Expand Down

0 comments on commit 8ce9435

Please sign in to comment.