diff options
Diffstat (limited to 'mnv/runtime/syntax/template.mnv')
| -rw-r--r-- | mnv/runtime/syntax/template.mnv | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mnv/runtime/syntax/template.mnv b/mnv/runtime/syntax/template.mnv new file mode 100644 index 0000000000..a41e9fe83e --- /dev/null +++ b/mnv/runtime/syntax/template.mnv @@ -0,0 +1,16 @@ +" MNV syntax file +" Language: Generic template +" Maintainer: The MNV Project <https://github.com/Project-Tick/Project-Tick> +" Last Change: 2023 Aug 10 +" Former Maintainer: Bram Moolenaar <Bram@mnv.org> + +" Quit when a (custom) syntax file was already loaded +if exists("b:current_syntax") + finish +endif + +" Known template types are very similar to HTML, E.g. golang and "Xfire User +" Interface Template" +" If you know how to recognize a more specific type for *.tmpl suggest a +" change to runtime/scripts.mnv. +runtime! syntax/html.mnv |
