Skip to content

Could "console.dir" be added so it is highlighted similar to "console.log"? #252

Closed
@hawkerboy7

Description

@hawkerboy7

Hi!
Would it be possible to add dir here as well?
https://github.com/aponxi/sublime-better-coffeescript/blob/0b65011a96a474ccc255612a5202d43525822556/CoffeeScript.tmLanguage#L449
Resulting in: <string>((?&lt;=console\.)(debug|warn|info|log|error|time|timeEnd|assert|dir))\b</string>
So console.dir will be highlighted similar to console.log

Activity

added a commit that references this issue on Aug 25, 2024
38697ca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @hawkerboy7@deathaxe

        Issue actions

          Could "console.dir" be added so it is highlighted similar to "console.log"? · Issue #252 · SublimeText/CoffeeScript