Skip to content

Commit

Permalink
Merge pull request github-linguist#1973 from github/nit-grammar
Browse files Browse the repository at this point in the history
Add a language grammar for Nit
  • Loading branch information
aroben committed Jan 8, 2015
2 parents dd59814 + 163ea9e commit 289f919
Show file tree
Hide file tree
Showing 8 changed files with 1,186 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -534,3 +534,6 @@
[submodule "vendor/grammars/carto-atom"]
path = vendor/grammars/carto-atom
url = https://github.com/yohanboniface/carto-atom
[submodule "vendor/grammars/Sublime-Nit"]
path = vendor/grammars/Sublime-Nit
url = https://github.com/R4PaSs/Sublime-Nit
2 changes: 2 additions & 0 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ vendor/grammars/Sublime-Logos:
- source.logos
vendor/grammars/Sublime-Loom:
- source.loomscript
vendor/grammars/Sublime-Nit:
- source.nit
vendor/grammars/Sublime-QML:
- source.qml
vendor/grammars/Sublime-REBOL:
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ Nit:
color: "#0d8921"
extensions:
- .nit
tm_scope: none
tm_scope: source.nit
ace_mode: text

Nix:
Expand Down
Loading

0 comments on commit 289f919

Please sign in to comment.