Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 30 additions & 5 deletions config/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,16 @@ BlitzMax:
tm_scope: source.blitzmax
ace_mode: text
language_id: 35
Blueprint:
type: markup
color: "#3584E4"
extensions:
- ".blp"
aliases:
- blp
tm_scope: source.blueprint
ace_mode: text
language_id: 765545512
Bluespec:
type: programming
color: "#12223c"
Expand Down Expand Up @@ -838,7 +848,7 @@ C#:
codemirror_mode: clike
codemirror_mime_type: text/x-csharp
tm_scope: source.cs
color: "#178600"
color: "#7355dd"
aliases:
- csharp
- cake
Expand Down Expand Up @@ -1117,10 +1127,8 @@ Carbon:
color: "#222222"
extensions:
- ".carbon"
ace_mode: golang
codemirror_mode: go
codemirror_mime_type: text/x-go
tm_scope: source.v
ace_mode: text
tm_scope: source.carbon
language_id: 55627273
CartoCSS:
type: programming
Expand Down Expand Up @@ -2664,6 +2672,8 @@ Git Config:
filenames:
- ".gitconfig"
- ".gitmodules"
- ".tgitconfig"
- config.worktree
ace_mode: ini
codemirror_mode: properties
codemirror_mime_type: text/x-properties
Expand Down Expand Up @@ -2726,6 +2736,18 @@ Glyph Bitmap Distribution Format:
tm_scope: source.bdf
ace_mode: text
language_id: 997665271
Gno:
type: programming
color: "#226c57"
aliases:
- gnolang
extensions:
- ".gno"
tm_scope: source.gno
ace_mode: golang
codemirror_mode: go
codemirror_mime_type: text/x-go
language_id: 279301301
Gnuplot:
type: programming
color: "#f0a9f0"
Expand Down Expand Up @@ -3374,6 +3396,7 @@ Ignore List:
- ".atomignore"
- ".babelignore"
- ".bzrignore"
- ".ckignore"
- ".coffeelintignore"
- ".cvsignore"
- ".dockerignore"
Expand All @@ -3387,6 +3410,7 @@ Ignore List:
- ".nodemonignore"
- ".npmignore"
- ".prettierignore"
- ".rgignore"
- ".stylelintignore"
- ".vercelignore"
- ".vscodeignore"
Expand Down Expand Up @@ -3560,6 +3584,7 @@ JSON:
- ".htmlhintrc"
- ".imgbotconfig"
- ".nycrc"
- ".secrets.baseline"
- ".tern-config"
- ".tern-project"
- ".watchmanconfig"
Expand Down