It would be great to add the support for SAS language as I propose it here : ``` "SAS": { "line_comment": ["*"], "multi_line_comments": [["/*", "*/"]], "quotes": [["\"", "\""], ["'", "'"]], "extensions": ["sas"] } ```