v0.0.3
Full Changelog: v0.0.2...v0.0.3
Mixins suggestions
Look through included files and suggest defined mixins!
Keywords suggestions
case .. when .. default
Pug-LSP simply follows Pug's implementation
Note Case Fall Through
You can use fall through, just as you would in a JavaScript switch statement.
The difference, however, is a fall through in JavaScript happens whenever a break statement is not explicitly included;
in Pug, it only happens when a block is completely missing.
If you would like to not output anything in a specific case, add an explicit unbuffered break snippet: - break