File: grammar.el.html
Major mode framework for editing Semantic's input grammar files.
Defined variables (20)
semantic--grammar-macdecl-re | Regexp that matches a macro declaration statement. |
semantic-grammar-brackets-as-parens-syntax-table | Syntax table that consider brackets as parenthesis. |
semantic-grammar-file-regexp | Regexp which matches grammar source files. |
semantic-grammar-footer-template | Generated footer template. |
semantic-grammar-header-template | Generated header template. |
semantic-grammar-lex-c-char-re | Regexp matching C-like character literals. |
semantic-grammar-lex-epilogue | Detect and create an epilogue or percent-percent token. |
semantic-grammar-lex-prologue | Detect and create a prologue token. |
semantic-grammar-macros | List of associations (MACRO-NAME . EXPANDER). |
semantic-grammar-menu | Common semantic grammar menu. |
semantic-grammar-mode-hook | Hook run when starting Semantic grammar mode. |
semantic-grammar-mode-keywords | Font Lock keywords used to highlight Semantic grammar buffers. |
semantic-grammar-mode-keywords-1 | Font Lock keywords used to highlight Semantic grammar buffers. |
semantic-grammar-mode-keywords-2 | Font Lock keywords used to highlight Semantic grammar buffers. |
semantic-grammar-mode-keywords-3 | Font Lock keywords used to highlight Semantic grammar buffers. |
semantic-grammar-mode-map | Keymap used in ‘semantic-grammar-mode’. |
semantic-grammar-mode-syntax-table | Syntax table used in a Semantic grammar buffers. |
semantic-grammar-require-form | The form to use to load the parser engine. |
semantic-grammar-skip-quoted-syntax-table | Syntax table to skip a whole quoted expression in grammar code. |
semantic-grammar-syntax-help | Association of syntax elements, and the corresponding help. |