Skip to content

Commit

Permalink
Add Forth support (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: lirorc <lirorc@lirorc>
  • Loading branch information
lirorc and lirorc authored Apr 28, 2022
1 parent 602ee8c commit bc9c596
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/iron/fts/forth.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local forth = {}

forth.gforth = {
command = {"gforth"}
}

return forth
1 change: 1 addition & 0 deletions lua/iron/fts/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local fts = {
elm = require("iron.fts.elm"),
erlang = require("iron.fts.erlang"),
fennel = require("iron.fts.fennel"),
forth = require("iron.fts.forth"),
haskell = require("iron.fts.haskell"),
hy = require("iron.fts.hy"),
javascript = require("iron.fts.javascript"),
Expand Down

0 comments on commit bc9c596

Please sign in to comment.