Skip to content

Commit

Permalink
chore: Naming conventions for the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Oct 20, 2023
1 parent 859a8d6 commit 0622631
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lua/compiler/languages/javascript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ local M = {}
M.options = {
{ text = "1 - Run this file", value = "option1" },
{ text = "2 - Run program", value = "option2" },
{ text = "3 - npm install", value = "option3" },
{ text = "4 - npm start", value = "option4" },
{ text = "3 - NPM install", value = "option3" },
{ text = "4 - NPM start", value = "option4" },
{ text = "5 - Run Makefile", value = "option5" }
}

Expand Down
4 changes: 2 additions & 2 deletions lua/compiler/languages/typescript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ local M = {}
M.options = {
{ text = "1 - Run this file", value = "option1" },
{ text = "2 - Run program", value = "option2" },
{ text = "3 - npm install", value = "option3" },
{ text = "4 - npm start", value = "option4" },
{ text = "3 - NPM install", value = "option3" },
{ text = "4 - NPM start", value = "option4" },
{ text = "5 - Run Makefile", value = "option5" }
}

Expand Down

0 comments on commit 0622631

Please sign in to comment.