Add Parrot IR

This commit is contained in:
Vicent Marti
2014-11-14 18:37:54 +01:00
parent d290576543
commit 6b90f22cef
2 changed files with 11 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ http://svn.textmate.org/trunk/Review/Bundles/F%20Sharp.tmbundle:
- source.fsharp
http://svn.textmate.org/trunk/Review/Bundles/Forth.tmbundle:
- source.forth
http://svn.textmate.org/trunk/Review/Bundles/Parrot.tmbundle:
- source.parrot.pir
http://svn.textmate.org/trunk/Review/Bundles/Ruby%20Sass.tmbundle:
- source.sass
http://svn.textmate.org/trunk/Review/Bundles/SecondLife%20LSL.tmbundle:

View File

@@ -1807,6 +1807,15 @@ Parrot Assembly:
extensions:
- .pasm
Parrot IR:
group: Parrot
type: programming
aliases:
- pir
extensions:
- .pir
tm_scope: source.parrot.pir
Pascal:
type: programming
color: "#b0ce4e"