Skip to content

jcs-PR/poly-noweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License GPL 3 MELPA MELPA Stable

This package provides poly-noweb-mode - a polymode for noweb.

The detection of the major mode in the noweb chunks is done in the following order:

  1. (lang-name) after the chunk head as per nw2md specification (e.g. <<name>>= (bash))
  2. short mode name preceded by a period (e.g. <<name.bash>>=)
  3. extension of the file name is looked in auto-mode-alist (e.g. <<name.cpp>>=)
  4. local value of noweb-code-mode (for compatibility with the original noweb-mode)
  5. local value of polymode-default-inner-mode
  6. fallback on poly-fallback-mode

About

Polymode for noweb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 91.2%
  • Makefile 8.8%