]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_parser/grafiteParser.ml
Big change:
[helm.git] / matita / components / grafite_parser / grafiteParser.ml
index 5873d29c7a1ddbfeb2ccc45599c2e376772cf132..dd4075a8a5f70fb5b87ccdc364dac0c7f58ad1a1 100644 (file)
@@ -518,6 +518,8 @@ EXTEND
     include_command: [ [
         IDENT "include" ; path = QSTRING -> 
           loc,path,G.WithPreferences
+      | IDENT "include" ; IDENT "alias"; path = QSTRING -> 
+          loc,path,G.OnlyPreferences
       | IDENT "include'" ; path = QSTRING -> 
           loc,path,G.WithoutPreferences
      ]];