Milly | 6c2fc37 | 2024-10-16 22:11:17 +0200 | [diff] [blame] | 1 | " 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 | |
| 8 | syn keyword helpNote nota Nota NOTA nota: Nota: NOTA: notare Notare NOTARE notare: Notare: NOTARE: |
| 9 | syn match helpNote "\c(nota\(:\|\>\)"ms=s+1 |
| 10 | syn match helpSpecial "Nma"me=e-2 |
| 11 | syn match helpSpecial "Nme"me=e-2 |
| 12 | syn match helpSpecial "Nmi"me=e-2 |
| 13 | syn match helpSpecial "Nmo"me=e-2 |
| 14 | syn match helpSpecial "\[interv.]" |
| 15 | syn region helpNotVi start="{non" start="{solo" start="{disponibile" end="}" contains=helpLeadBlank,helpHyperTextJump |
| 16 | |
| 17 | " vim: ts=8 sw=2 |