mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
added yes, no, on and off as boolean aliases and a nice aliases section to the docs
This commit is contained in:
parent
a4d014549b
commit
64879cdc66
10 changed files with 95 additions and 63 deletions
|
@ -211,13 +211,13 @@
|
|||
</dict>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>\btrue\b</string>
|
||||
<string>\b(true|on|yes)\b</string>
|
||||
<key>name</key>
|
||||
<string>constant.language.boolean.true.cs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>\bfalse\b</string>
|
||||
<string>\b(false|off|no)\b</string>
|
||||
<key>name</key>
|
||||
<string>constant.language.boolean.false.cs</string>
|
||||
</dict>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue