1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Stub in a module for Ruby syntax.

This commit is contained in:
Rob Rix 2017-04-05 13:59:03 -04:00
parent cf4f532bce
commit 28acaef678
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ library
, Language.Markdown
, Language.Go
, Language.Ruby
, Language.Ruby.Syntax
, ParseCommand
, Parser
, Patch

View File

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