File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const FortranModern = FortranFreeForm
2525const FortranPunchcard = FortranFixedForm
2626
2727const Fortran = {
28- " Fortran" : FortranModern ,
28+ Fortran : FortranModern ,
2929 "Fortran - Fixed Form" : FortranFixedForm ,
3030 "Fortran - Free Form" : FortranFreeForm ,
3131 "Fortran - Modern" : FortranModern ,
Original file line number Diff line number Diff line change 33import _ from "underscore"
44import GrammarUtils from "../grammar-utils"
55
6- export default {
6+ const LispGrammars = {
77 "Common Lisp" : {
88 "File Based" : {
99 command : "clisp" ,
@@ -62,3 +62,4 @@ export default {
6262 } ,
6363 } ,
6464}
65+ export default LispGrammars
Original file line number Diff line number Diff line change 88import GrammarUtils from "../grammar-utils"
99const { command } = GrammarUtils
1010
11- const windows = GrammarUtils . OperatingSystem . isWindows ( )
11+ // const windows = GrammarUtils.OperatingSystem.isWindows()
1212
13- export default {
13+ const MLGrammars = {
1414 BuckleScript : {
1515 "Selection Based" : {
1616 command : "bsc" ,
@@ -66,3 +66,4 @@ export default {
6666 } ,
6767 } ,
6868}
69+ export default MLGrammars
Original file line number Diff line number Diff line change 22
33import GrammarUtils from "../grammar-utils"
44
5- export default {
5+ const PerlGrammars = {
66 "Behat Feature" : {
77 "File Based" : {
88 command : "behat" ,
@@ -37,3 +37,4 @@ export default {
3737 } ,
3838 } ,
3939}
40+ export default PerlGrammars
Original file line number Diff line number Diff line change 11"use babel"
22
3- export default {
3+ const RubyGrammars = {
44 RSpec : {
55 "Selection Based" : {
66 command : "ruby" ,
@@ -56,3 +56,4 @@ export default {
5656 } ,
5757 } ,
5858}
59+ export default RubyGrammars
You can’t perform that action at this time.
0 commit comments