Repo Style
public RepoStyle RepoStyle(Integer id, String name, String fileName, Version version, String description, String changeLog, List<Integer> authors, List<Integer> supported, Boolean hasExample, Boolean hasJavaScript)
Parameters
id
Primary key, should be completely unique
name
Name of style sheet, this is shown to users
file Name
Filename of the css file, used internally by shosetsu
description
Description of the style
change Log
Description of recent changes
authors
Authors who created this
supported
List of explicitly supported extensions
has Example
States if this has an example HTML to show the user
has Java Script
Does this style have custom javascript that can be loaded