Skip to content

Tags: Nixinova/NovaGrammars

Tags

git-revlist@3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
git-revlist: Fix trailing comments (#11)

hash-commented@1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix hash-commented highlighting

json@2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change JSON delimiters to only highlight if valid (#10)

* Change JSON delimiters to only highlight if valid
  All instances of `:` and `,` were being highlighted; a simple check that it is not behind a closing bracket should be done.
  Trailing commas will now be marked invalid.
* Move whitespace checks into lookaheads
* Ditto

json@2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix JSON values before `}` being highlighted as invalid (#9)

git-revlist@3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Polish and rename `.git-blame-ignore-revs` grammar (#8)

* Improve tokenisation accuracy of invalid revisions

1. Embedded whitespace characters are now included as part of an error.
2. Errors are now tokenised only once per offending line.

* Accept whitespace before and after a revision name

* Extend coverage of `.git-blame-ignore-revs` sample

Now it clearly displays each valid and invalid pattern, with and without
surrounding whitespace.

* Rename blame-ignore grammar to "Git Revision List"

Rationale: https://github.com/github/linguist/pull/5903/files#r878683609

* Add `number-sign` to comment scopes

* Delete CSON artefact

* Add `fileTypes` array to grammar

Co-authored-by: Nixinova <nixinova@gmail.com>

hash-commented@1.0.0

Add generic hash-commented

For highlighting text files that include hash comments.

git-revlist@2.0.0

Change Git Blame Ignore scope name and one match

- Use `source` as the top-level scope as this is a parsed language.
- Ignore whitespace when checking for invalid characters.

git-revlist@1.0.0

Add git-blame-ignore-revs grammar

Adapted from the generic hash-commented grammar, with highlighting for invalid lines.

git-blame-ignore@2.0.0

Change Git Blame Ignore scope name and one match

- Use `source` as the top-level scope as this is a parsed language.
- Ignore whitespace when checking for invalid characters.

git-blame-ignore@1.0.0

Add git-blame-ignore-revs grammar

Adapted from the generic hash-commented grammar, with highlighting for invalid lines.