blob: e76851d446234ab79fb677717522ed5420ecd2f2 [file] [log] [blame]
Milly6c2fc372024-10-16 22:11:17 +02001" Vim syntax file
2" Language: Italian Vim program help files *.itx
3" Maintainer: The Vim Project <https://github.com/vim/vim>
4" Last Change: 2024 Oct 16
5"
6" This script is sourced from syntax/help.vim.
7
8syn keyword helpNote nota Nota NOTA nota: Nota: NOTA: notare Notare NOTARE notare: Notare: NOTARE:
9syn match helpNote "\c(nota\(:\|\>\)"ms=s+1
10syn match helpSpecial "Nma"me=e-2
11syn match helpSpecial "Nme"me=e-2
12syn match helpSpecial "Nmi"me=e-2
13syn match helpSpecial "Nmo"me=e-2
14syn match helpSpecial "\[interv.]"
15syn region helpNotVi start="{non" start="{solo" start="{disponibile" end="}" contains=helpLeadBlank,helpHyperTextJump
16
17" vim: ts=8 sw=2