Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

[clojure] Improve Clojure syntax highlighting. #45

Merged
merged 5 commits into from
Sep 13, 2018

Commits on Sep 11, 2018

  1. [clojure] Add IntelliJ IDEA project directory/file to .gitignore.

    Abdussalam Abdurrahman committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    383f172 View commit details
    Browse the repository at this point in the history
  2. [clojure] Sort the test suites by file name.

    Abdussalam Abdurrahman committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    b276d3e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. [clojure] Improve Clojure syntax highlighting.

    This commit:
    - Updates the keyword list with public symbols from `clojure.core` for
    Clojure 1.9.
    - Improves syntax highlighting of symbols, strings, character literals,
    and number literals.
    - Adds rules for syntax highlighting Clojure keywords and reader macro
    characters.
    - Fixes an issue where forms following a single semicolon (`;`) are not
    marked as comments.
    - Fixes an issue where parts of multi-line strings were not correctly
    syntax highlighted.
    - Adds additional test coverage for tokenization code.
    Abdussalam Abdurrahman committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    073f212 View commit details
    Browse the repository at this point in the history
  2. [clojure] Fix regular expression for character literals.

    Consolidate regular expressions for line and in-line comments.
    Abdussalam Abdurrahman committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    1188cfa View commit details
    Browse the repository at this point in the history
  3. [clojure] Add support for (comment ...).

    Abdussalam Abdurrahman committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    c65a13a View commit details
    Browse the repository at this point in the history