Skip to content
This repository was archived by the owner on Jan 9, 2019. It is now read-only.

Handle inline-C blocks #2

@ideabucket

Description

@ideabucket

The CLM doesn't currently tell BBEdit that there's anything special about inline-C blocks (C{ … }C). Ideally, syntax highlighting in those blocks should be handed off to the C language module. Doing that would require switching to a codeful language module.

As a start, these blocks should be added to the skip pattern so BBEdit won't try to parse them for functions or (if I'm reading the docs correctly) highlight them.

This in turn will require the string, function, procedure and comment definitions to be rewritten as regexen rather than defined in terms of tokens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions