Skip to content
Snippets Groups Projects
Commit 4cf5e35b authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[Headers] adds dune config

parent c4fba23f
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,12 @@ ...@@ -24,6 +24,12 @@
| ".*config\.h\.in" -> frame open:"/*" line:"*" close:"*/" | ".*config\.h\.in" -> frame open:"/*" line:"*" close:"*/"
| ".*configure\..*" -> frame open:"#" line:"#" close:"#" | ".*configure\..*" -> frame open:"#" line:"#" close:"#"
########
# Dune #
########
| "dune-project" -> frame open:";;" line:";" close:";;"
| "dune" -> frame open:";;" line:";" close:";;"
############ ############
# Makefile # # Makefile #
############ ############
...@@ -33,7 +39,8 @@ ...@@ -33,7 +39,8 @@
################# #################
# Shell scripts # # Shell scripts #
################# #################
#note: the skip directive requires a filename starting by ".*" ??? #note: the skip directive requires a filename starting by ".*"
# (the skip directive looks at the full path-name)
| "autocomplete_frama-c" -> frame open: "#" line: "#" close: "#" | "autocomplete_frama-c" -> frame open: "#" line: "#" close: "#"
| "_frama-c" -> frame open: "#" line: "#" close: "#" | "_frama-c" -> frame open: "#" line: "#" close: "#"
| ".*_frama-c" -> skip match:"#compdef.*" | ".*_frama-c" -> skip match:"#compdef.*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment