aboutsummaryrefslogtreecommitdiff
path: root/grammars/c.bp
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/c.bp')
-rw-r--r--grammars/c.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammars/c.bp b/grammars/c.bp
index e7c4d22..e5066fa 100644
--- a/grammars/c.bp
+++ b/grammars/c.bp
@@ -18,4 +18,4 @@ keyword: |(
function-def: ^_ 2+(keyword / id / `*) % __ parens (__`; / >(__`{))
function: function-def __ braces
macro: ^"#define " ..$ *(<`\ \n..$)
-import: |"#include"| __ (string / `<..`>)
+import: ^"#include"| __ (string / `<..`>)