]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/git-config.yaml
Merge branch 'master' into highlight-nimscript
[micro.git] / runtime / syntax / git-config.yaml
index bfd52e827d60428f317c9d3672a2237e58b46dea..a0f21e8d4dd5529668832b5fcbf93dfd6a2daad3 100644 (file)
@@ -5,7 +5,7 @@ detect:
 
 rules:
     - constant: "\\<(true|false)\\>"
-    - keyword: "^[[:space:]]*[^=]*="
+    - type.keyword: "^[[:space:]]*[^=]*="
     - constant: "^[[:space:]]*\\[.*\\]$"
     - constant: "\"(\\\\.|[^\"])*\"|'(\\\\.|[^'])*'"
     - comment: