Skip to content

Conversation

Sannis
Copy link
Member

@Sannis Sannis commented Nov 7, 2014

This pull-request fixes #630.

@Sannis Sannis added the language label Nov 7, 2014
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another approach of separating blocks of keywords within the same class name is this:

built_in:
    // Shell builtins
    ' .... ' +
    ' .... ' +
    // Bash builtins
    ' .... ' +

I'd prefer it this way since it's already used in some other languages.

@Sannis Sannis force-pushed the update_shell_builtins branch from 7b1df7b to a808bba Compare November 7, 2014 17:51
@Sannis
Copy link
Member Author

Sannis commented Nov 7, 2014

Updated.

Sannis added a commit that referenced this pull request Nov 7, 2014
@Sannis Sannis merged commit 9d141b3 into highlightjs:master Nov 7, 2014
@Sannis Sannis deleted the update_shell_builtins branch November 7, 2014 18:42
@Sannis Sannis restored the update_shell_builtins branch November 11, 2014 08:15
@Sannis Sannis deleted the update_shell_builtins branch November 11, 2014 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "print" to bash.js built-ins
2 participants