Skip to content

Syntax highlighting plugins for DGFiP's M language

Notifications You must be signed in to change notification settings

mdurero/language-m-dgfip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

language-m-dgfip

VSCode and vim syntax highlighting for DGFiP's M language. Useful for browsing the code of https://framagit.org/dgfip/ir-calcul.

VSCode

Install using the option "Install from VSIX..." from the extension toolbar. The rest of the repository is simply here to give easier access to the files of the extension.

vim

(For Unix-based systems) Create a directory ~/.vim/syntax and move the file mdgfip.vim there Create a directory ~/.vim/ftdetect and create a file mdgfip.vim there containing a single line: au BufRead,BufNewFile *.m set filetype=mdgfip

About

Syntax highlighting plugins for DGFiP's M language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%