coala / coAST

Universal and language-independent abstract syntax tree
44 stars 33 forks source link

Missing language definitions for CSS and HTML #71

Open jayvdb opened 5 years ago

Kawzeg commented 5 years ago

KeywordBear fails on CSS and HTML because their Language definitions are missing comment_delimiters.

jayvdb commented 5 years ago

CSS wont be a problem, but HTML is a harder problem. See the XML definition here in coAST, which is also incomplete because of similar problems.

We dont have a design that supports YAML or XML-ish languages.