8000 GitHub - pkri0/vim-gamY: vim syntax file for the GAMY programming language
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ vim-gamY Public
forked from zorab47/vim-gams

vim syntax file for the GAMY programming language

Notifications You must be signed in to change notification settings

pkri0/vim-gamY

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

vim-gamY

Syntax highlighting for the GAMY programming language

Installation

Using lazy-vim, simply copy and paste:

return {
    "pkri0/vim-gamY", branch = "main",
    config = function()
        vim.filetype.add({
            extension = {
                gms = "gams",
                gmy = "gams",
            },
        })
    end
}

About

vim syntax file for the GAMY programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%
0