Skip to content

Commit

Permalink
Add Clarity support (#5665)
Browse files Browse the repository at this point in the history
* feat: add Clarity support

* Update grammars list

Co-authored-by: Alexander Graebe <agraebe@users.noreply.github.com>
Co-authored-by: Alexander Graebe <alex@blockstack.com>
Co-authored-by: Colin Seymour <colin@github.com>
Co-authored-by: Colin Seymour <colin@symr.io>
  • Loading branch information
5 people committed Feb 9, 2022
1 parent 2aee6a1 commit c5c0a4d
Show file tree
Hide file tree
Showing 9 changed files with 1,946 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@
[submodule "vendor/grammars/chapel-tmbundle"]
path = vendor/grammars/chapel-tmbundle
url = https://github.com/chapel-lang/chapel-tmbundle
[submodule "vendor/grammars/clarity.tmbundle"]
path = vendor/grammars/clarity.tmbundle
url = https://github.com/hirosystems/clarity.tmbundle.git
[submodule "vendor/grammars/cmake.tmbundle"]
path = vendor/grammars/cmake.tmbundle
url = https://github.com/textmate/cmake.tmbundle
Expand Down
2 changes: 2 additions & 0 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ vendor/grammars/ceylon-sublimetext:
- source.ceylon
vendor/grammars/chapel-tmbundle:
- source.chapel
vendor/grammars/clarity.tmbundle:
- source.clar
vendor/grammars/cmake.tmbundle:
- source.cache.cmake
- source.cmake
Expand Down
8 changes: 8 additions & 0 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,14 @@ Clarion:
- ".clw"
tm_scope: source.clarion
language_id: 59
Clarity:
type: programming
color: "#5546ff"
ace_mode: lisp
extensions:
- ".clar"
tm_scope: source.clar
language_id: 91493841
Classic ASP:
type: programming
color: "#6a40fd"
Expand Down

0 comments on commit c5c0a4d

Please sign in to comment.