]> git.ipfire.org Git - thirdparty/git.git/blobdiff - userdiff.c
l10n: it.po: update the Italian translation for Git 2.24.0 round #2
[thirdparty/git.git] / userdiff.c
index 86e3244e15ddc8beaf2fc6e6a0b4b0767c87f96c..e187d356f6fff746547f14129cbe7668e11b4adb 100644 (file)
@@ -25,8 +25,9 @@ IPATTERN("ada",
         "|=>|\\.\\.|\\*\\*|:=|/=|>=|<=|<<|>>|<>"),
 PATTERNS("dts",
         "!;\n"
+        "!=\n"
         /* lines beginning with a word optionally preceded by '&' or the root */
-        "^[ \t]*((/|&?[a-zA-Z_]).*)",
+        "^[ \t]*((/[ \t]*\\{|&?[a-zA-Z_]).*)",
         /* -- */
         /* Property names and math operators */
         "[a-zA-Z0-9,._+?#-]+"