module Linguist::Grammars

def self.path

Returns a String.

Get the path to the directory containing the language grammar JSON files.
def self.path
  File.expand_path("../../../grammars", __FILE__)
end