Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

antlr3.yaml: Add .g language #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions data/Language/antlr3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
identifier: antlr3
creation_date: 2008
full_name: Another Tool For Language Recognition
grammar_file: https://github.com/antlr/grammars-v3
aliases:
- antlr3
extensions:
- g
line_continuation:
- backslash
- vertbar
delimiters:
# comment delimiters:
- double_slash
- multiline_slash_star
- multiline_double_slash_star
# string delimiters:
- single_quote_slash_escape
# block delimiters:
- curly_braces
- round_braces
- square_braces
- antlr_colon_semicolon
keywords:
- import
- fragment
- lexer
- parser
- grammar
- returns
- locals
- throws
- catch
- finally
- mode
- tokens
- print
- read
- fold
- apply