1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Stub in a Ruby grammar module.

This commit is contained in:
Rob Rix 2017-05-17 14:08:54 -04:00
parent 00e3728fb4
commit 83999794f9
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ library
, Language.Go
, Language.Go.Syntax
, Language.Ruby
, Language.Ruby.Grammar
, Language.Ruby.Syntax
, Language.TypeScript
, Language.TypeScript.Syntax

View File

@ -0,0 +1 @@
module Language.Ruby.Grammar where