mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
6bb260140b
Closes atom/language-php#24 Closes #1733
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
/**
|
|
* Look, this is a comment. Don't go making assumtions that I want soft tabs
|
|
* because this block comment has leading spaces, Geez.
|
|
*/
|
|
|
|
if (beNice) {
|
|
console.log('Thank you for being nice.');
|
|
}
|