Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grew
libcaml-grew
Commits
9ab8e03b
Commit
9ab8e03b
authored
Sep 24, 2014
by
Bruno Guillaume
Browse files
new keywords in geshi
parent
80b8daff
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/configure.ac
View file @
9ab8e03b
...
...
@@ -12,7 +12,7 @@ AC_ARG_ENABLE(
[AS_HELP_STRING([--enable-dep2pict],[Enable dep2pict (default is yes)])],
[dep2pict=$enableval],
[dep2pict=yes])
if test "$config" = yes ; then
# Checks for programs.
...
...
@@ -20,19 +20,19 @@ if test "$config" = yes ; then
if test "$OCAMLC" = no ; then
AC_MSG_ERROR(Cannot find ocamlc)
fi
AC_SUBST(OCAMLC)
AC_SUBST(OCAMLC)
AC_CHECK_PROGS(OCAMLOPT,ocamlopt.opt ocamlopt,no)
if test "$OCAMLOPT" = no ; then
AC_MSG_ERROR(Cannot find ocamlopt)
fi
AC_SUBST(OCAMLOPT)
AC_CHECK_PROGS(OCAMLOPT,ocamlopt.opt ocamlopt,no)
if test "$OCAMLOPT" = no ; then
AC_MSG_ERROR(Cannot find ocamlopt)
fi
AC_SUBST(OCAMLOPT)
AC_CHECK_PROGS(OCAMLLEX,ocamllex.opt ocamllex,no)
if test "$OCAMLLEX" = no ; then
AC_MSG_ERROR(Cannot find ocamllex)
fi
AC_SUBST(OCAMLLEX)
AC_CHECK_PROGS(OCAMLLEX,ocamllex.opt ocamllex,no)
if test "$OCAMLLEX" = no ; then
AC_MSG_ERROR(Cannot find ocamllex)
fi
AC_SUBST(OCAMLLEX)
# Checks for libraries.
AC_MSG_CHECKING(for ocaml library path)
...
...
@@ -76,7 +76,7 @@ if test "$config" = yes ; then
else
AC_SUBST(DEP2PICT,yes)
fi
fi
AC_ARG_ENABLE(
...
...
misc/geshi/grew.php
View file @
9ab8e03b
...
...
@@ -22,9 +22,9 @@ $language_data = array (
1
=>
array
(
'graph'
,
'match'
,
'without'
,
'commands'
),
2
=>
array
(
'del_edge'
,
'add_edge'
,
'del_node'
,
'add_node'
,
'del_feat'
,
'add'
,
'shift'
,
'
new
'
2
=>
array
(
'del_edge'
,
'add_edge'
,
'del_node'
,
'add_node'
,
'del_feat'
,
'add'
,
'shift'
,
'
shift_in'
,
'shift_out'
,
'activate
'
),
3
=>
array
(
'rule'
,
'lex_rule'
,
'module'
,
'labels'
,
'bad_labels'
,
'sequences'
,
'features'
)
3
=>
array
(
'rule'
,
'lex_rule'
,
'module'
,
'filter'
,
'labels'
,
'bad_labels'
,
'sequences'
,
'features'
)
),
'SYMBOLS'
=>
array
(
'{'
,
'}'
,
';'
,
'-'
,
'='
,
'<'
,
'>'
,
','
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment