Index: gc_lang/fr/rules.grx ================================================================== --- gc_lang/fr/rules.grx +++ gc_lang/fr/rules.grx @@ -12444,11 +12444,12 @@ TEST: quand elle {{rencontrât}} son créateur TEST: lorsqu’il y {{eût}} du grabuge, nous montâmes tous sur le pont. -@@@@GRAPH: test_graph@@@@ +@@@@GRAPH: test_graph@@@@ + !! !! Index: misc/grammalecte.sublime-syntax ================================================================== --- misc/grammalecte.sublime-syntax +++ misc/grammalecte.sublime-syntax @@ -28,10 +28,16 @@ # Bookmarks - match: '^GRAPH_NAME:.*' scope: bookmark + # Bookmarks + - match: '^@@@@GRAPH: *(\w+)@@@@ *' + scope: bookmark + captures: + 1: string.graphname + # Keywords are if, else. # Note that blackslashes don't need to be escaped within single quoted # strings in YAML. When using single quoted strings, only single quotes # need to be escaped: this is done by using two single quotes next to each # other.