diff options
Diffstat (limited to 'mnv/runtime/syntax/help_it.mnv')
| -rw-r--r-- | mnv/runtime/syntax/help_it.mnv | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mnv/runtime/syntax/help_it.mnv b/mnv/runtime/syntax/help_it.mnv new file mode 100644 index 0000000000..58f4c5989a --- /dev/null +++ b/mnv/runtime/syntax/help_it.mnv @@ -0,0 +1,17 @@ +" MNV syntax file +" Language: Italian MNV program help files *.itx +" Maintainer: The MNV Project <https://github.com/Project-Tick/Project-Tick> +" Last Change: 2024 Oct 16 +" +" This script is sourced from syntax/help.mnv. + +syn keyword helpNote nota Nota NOTA nota: Nota: NOTA: notare Notare NOTARE notare: Notare: NOTARE: +syn match helpNote "\c(nota\(:\|\>\)"ms=s+1 +syn match helpSpecial "Nma"me=e-2 +syn match helpSpecial "Nme"me=e-2 +syn match helpSpecial "Nmi"me=e-2 +syn match helpSpecial "Nmo"me=e-2 +syn match helpSpecial "\[interv.]" +syn region helpNotVi start="{non" start="{solo" start="{disponibile" end="}" contains=helpLeadBlank,helpHyperTextJump + +" mnv: ts=8 sw=2 |
