Skip to content

Commit

Permalink
(chore) rename nimrod to nim
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Jan 31, 2020
1 parent 0eb875b commit 36fa74e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ The table below shows the full list of supported languages (and corresponding cl
| N1QL | n1ql | |
| NSIS | nsis | |
| Nginx | nginx, nginxconf | |
| Nimrod | nimrod, nim | |
| Nim | nimrod | |
| Nix | nix | |
| OCaml | ocaml, ml | |
| Objective C | objectivec, mm, objc, obj-c | |
Expand Down
1 change: 1 addition & 0 deletions VERSION_10_BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Incompatibilities:
- chore(parser): compressed version 9.x language definitions no longer supported (rebuild them minified) [Josh Goebel][]

Renamed Language Files:
- chore(parser): rename `nimrod.js` to `nim.js` [Josh Goebel][]
- chore(parser): rename `cs.js` to `csharp.js` [Josh Goebel][]
- chore(parser): rename `tex.js` to `latex.js` [Josh Goebel][]
- chore(parser): effectively rename `cpp.js` to `c-like.js` [Josh Goebel][]
Expand Down
2 changes: 1 addition & 1 deletion src/languages/nimrod.js → src/languages/nim.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Language: Nim (formerly Nimrod)
Language: Nim
Description: Nim is a statically typed compiled systems programming language.
Website: https://nim-lang.org
Category: system
Expand Down
File renamed without changes.

0 comments on commit 36fa74e

Please sign in to comment.