Mat Mariani
061712ff78
Added syntax highlighting for Squirrel ( #3791 )
...
* Added syntax highlighting for Squirrel
https://github.com/search?utf8=%E2%9C%93&q=extension%3Anut+NOT+nothack&t
ype=Code
Squirrel is already detected by GitHub but has no syntax
highlighting.
* removed duplicate `source.nut`
2017-09-07 09:53:25 +01:00
Hardmath123
a878620a8e
Add nearley language definition. ( #3781 )
2017-08-17 18:03:38 +01:00
Paul Chaignon
2c41df376f
Switch grammar for Reason ( #3732 )
2017-08-06 11:00:35 +02:00
John Gardner
f75c5707a6
Add support for Gerber files ( #3744 )
...
* Add grammar for PCB/Gerber Images
* Add language definition for Gerber files
* Fix rogue punctuation and rip chunks off Gerber
2017-08-02 22:00:16 +10:00
John Gardner
24e196df4e
Add NCSA to license whitelist ( #3714 )
...
References:
* https://github.com/github/linguist/pull/3689#issuecomment-313665976
2017-07-08 00:59:05 +10:00
James Adams
8d178bfaed
Improve Pan language support ( #3691 )
...
* Add a larger set of sample files for Pan
This is a fairly good cross section of Pan based on code from:
* https://github.com/quattor/template-library-examples
* https://github.com/quattor/template-library-core
* Add Pan language grammar
2017-07-03 18:49:15 +02:00
Mahmoud Samir Fayed
632bcdc1ad
Added Ring Language Support ( #3662 )
...
* update .gitmodules
* Update grammars.yml
* Create hello.ring
* Create Natural.ring
* Create weblib.ring
* vendor/grammars/language-ring
* fix order in grammars.yml
* remove two files from samples
* delete hello.ring
* Update languages.yml - add the R
* Create hello.ring
* Create natural.ring
* Create weblib.ring
* Create grammars.yml
* Create .gitmodules
* Create languages.yml
* Create languages.yml
* Create language-ring.txt
* Update .gitmodules
Prefer HTTPS links.
* Update hello.ring
Sample file from "real" applications (under permissive license) to train the Bayesian classifier.
* Update languages.yml
* Update weblib.ring
Reduce the file size
* Update .gitmodules
* Update .gitmodules
* Update .gitmodules
* Update .gitmodules
* Update submodule : language-ring
* Update weblib.ring
Sample : Using the web library.
* Create weighthistory
Add Sample
* Rename weighthistory to weighthistory.ring
* Update weblib.ring
2017-06-24 16:22:01 +01:00
Robert Koeninger
6f0d801375
Added syntax definition for Fantom language ( #3660 )
...
* Added mgiannini/sublime-factor as a submodule
Provided better color for Fantom
Added license for sublime-fantom
Specified tm_scope for Fantom
* Redirected submodule for Fantom to fork with updated grammar
* Triggering build
* Updating sublime-fantom submodule
* Updated submodule sublime-fantom
* Adding Fantom samples
2017-06-21 09:29:13 +02:00
John Gardner
b6460f8ed6
Add recognition and classification of WebAssembly ( #3650 )
2017-05-30 18:02:03 +10:00
andretshurotshka
60f864a138
Support for Type Language ( #3593 )
...
* Support for Type Language
* Update Type Language
* Add one more sample for Type Language
* Update Type Language grammar
2017-05-29 06:46:56 +01:00
Michael Hadley
20fdac95f6
Add Closure Templates ( #3634 )
...
* Add Closure Templates to languages.yml
* Run script/add-grammar
* Add sample
* Run script/set-language-ids
* Add codemirror_mime_type
2017-05-25 09:15:32 +01:00
Ross Kirsling
58ab593a64
Switch Dart grammars (Sublime → Atom). ( #3633 )
2017-05-20 17:41:46 +01:00
Colin Seymour
3eea8212f4
Revert "Use Textmate's HAML grammar" ( #3629 )
...
* Revert "Use Textmate's HAML grammar (#3627 )"
This reverts commit a1e09ae3e6 .
* Add back missing grammar sources
2017-05-16 15:58:39 +01:00
Vicent Martí
a1e09ae3e6
Use Textmate's HAML grammar ( #3627 )
...
* Use Textmate's HAML grammar
* Whitelist license
2017-05-16 12:46:04 +02:00
Robert Koeninger
0983f62e02
Add syntax grammar for Shen language ( #3625 )
...
* Added sublime-shen as submodule
* Specified tm_scope in languages.yml
* Imported copy of license
2017-05-15 15:06:09 +01:00
Lucas Bajolet
ded651159d
Add Pep8 Assembly language ( #2070 )
...
Pep/8 is a toy assembly language used in some universities for teaching
the basics of assembly and low-level programming.
Signed-off-by: Lucas Bajolet <lucas.bajolet@gmail.com >
2017-05-15 09:02:06 +01:00
thesave
eb38c8dcf8
[Add Language] Jolie ( #3574 )
...
* added support for Jolie language
* added support for Jolie language
* added samples for Jolie
2017-04-26 11:04:25 -07:00
Michael Rawlings
3bbfc907f3
[Add Language] Marko ( #3519 )
...
* add marko
* update marko
2017-03-17 09:46:20 +00:00
Paul Chaignon
d57aa37fb7
Grammar for OpenSCAD from Textmate bundle ( #3502 )
2017-03-13 17:00:27 -07:00
Nate Whetsell
733ef63193
Add Jison ( #3488 )
2017-02-22 00:24:50 -08:00
Alex Arslan
cc4295b3b3
Update URL for Julia TextMate repo ( #3487 )
2017-02-21 17:05:59 -08:00
Brandon Black
74a71fd90d
fixing merge conflict
2017-02-21 16:28:34 -08:00
TingPing
9b08318456
Add Meson language ( #3463 )
2017-02-21 16:24:58 -08:00
Tim Jones
fa5b6b03dc
Add grammar for HLSL (High Level Shading Language) ( #3469 )
2017-02-21 16:05:25 -08:00
Alex Louden
b66fcb2529
Improve Terraform (.tf) / HCL (.hcl) syntax highlighting ( #3392 )
...
* Add Terraform grammar, and change .tf and .hcl files from using Ruby to Terraform sublime syntax
* Expand Terraform sample to demonstrate more language features
* Revert terraform sample change
* Add terraform sample - Dokku AWS deploy
* Updated to latest Terraform
* Update terraform string interpolation
* Update terraform to latest
2017-02-20 10:09:59 +00:00
Paul Chaignon
d58cbc68a6
Support for the P4 language
...
P4 is a language to describe the processing pipeline of network devices
2017-02-15 06:53:46 +01:00
John Gardner
e7b5e25bf8
Add support for regular expression data ( #3441 )
2017-02-02 11:08:20 -08:00
John Gardner
93ec1922cb
Swap grammar used for CSS highlighting ( #3426 )
...
* Swap grammar used for CSS highlighting
* Whitelist license of Atom's CSS grammar
* Explicitly declare grammar as MIT-licensed
Source: https://github.com/atom/language-css/blob/5d4af/package.json#L14
2017-01-11 16:16:25 +11:00
Brandon Black
f43633bf10
fixing license for atom-language-rust
2017-01-03 17:02:25 -08:00
Brandon Black
a604de9846
replacing atom grammar due to ST2 compatibility change
2017-01-03 16:46:02 -08:00
Christopher Gilbert
15b04f86c3
Amended license file for SublimeEthereum language grammar
2017-01-03 16:13:27 -08:00
Christopher Gilbert
42af436c20
Added grammar for Solidity programming language
2017-01-03 16:13:27 -08:00
Christopher Gilbert
2b08c66f0b
Added grammar for Solidity programming language
2017-01-03 16:13:27 -08:00
Samantha McVey
8f2820e9cc
Add XCompose language and highlighter ( #3402 )
...
* Add XCompose language and highlighter
* XCompose fix some errors in the Travis build
* Remove xmodmap files for XCompose
Most xmodmap files aren't XCompose, and there's not enough xmodmap files
which are XCompose to be worth adding to heuristics
* Remove some extensions/filenames from XCompose
* Rename and move sample to correct folder and filename
That we have added in languages.yml
* Use generated language id
2017-01-03 13:29:00 -08:00
Samantha McVey
08b63e7033
Change repository for Perl 6 grammar
2016-12-24 00:58:21 +01:00
Darin Morrison
7867b946b9
Add support for Reason ( #3336 )
2016-12-22 17:03:18 -08:00
Brandon Black
a4d12cc8e4
Release v5.0.0 ( #3388 )
...
* bumping version to v5.0.0
* updating license information
* reverting accidental changes to language ids cc @twp
* Updating grammars
2016-12-22 16:55:22 -08:00
Brandon Black
3988f3e7a7
Merge branch 'rascal-linguist' of git://github.com/ahmadsalim/linguist into ahmadsalim-rascal-linguist
2016-12-07 09:28:40 -08:00
John Gardner
45c27f26a2
Add support for the GN configuration language ( #3368 )
...
* Add samples and definition for GN build files
* Add grammar to provide GN syntax highlighting
* Fix failing tests
* Add Python extensions for GYP includes and .gclient configs
2016-12-07 09:20:23 -08:00
Ahmad Salim Al-Sibahi
be262d0b4f
Merge remote-tracking branch 'refs/remotes/github/master'
...
Conflicts:
.gitmodules
grammars.yml
2016-12-07 08:36:48 +01:00
Brandon Black
33ce2d7264
Merge branch 'master' of https://github.com/github/linguist into meganemura-replace-haml
2016-12-06 22:13:40 -08:00
John Gardner
5aa53c0711
Swap grammar used for Ninja highlighting ( #3353 )
2016-12-06 21:32:11 -08:00
Christoph Päper
ecdae83364
Add support for font-specific formats ( #3142 )
...
* markdown and font-specific updates languages.yml
- Markdown: ← extensions: .md.txt
- Text: ← extensions: .text
- Text: ← filenames: FONTLOG http://scripts.sil.org/cms/scripts/page.php?item_id=OFL-FAQ_web#43cecb44
- OpenType: ← extensions: .fea https://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html
- Spline Font: ← extensions: .sfd http://fontforge.github.io/en-US/documentation/developers/sfdformat/
* Update languages.yml
`type: data` for SFD
* Update languages.yml
OpenType feature ← type: markup
* Update languages.yml
alphabetic order
* Update languages.yml
incorporated suggestions:
- “OpenType Font Feature” → “Opentype feature” (no “file” at the end, because that’s left out almost everywhere else, too)
- `tm_scope` according to https://github.com/Alhadis/language-fontforge
* remove non-font related additions
- `.md.txt` Markdown
- `.text` Plain Text
* Update languages.yml
remove comment
* changed names as requested
* Merge remote-tracking branch 'github/master' into patch-2
# Conflicts:
# lib/linguist/languages.yml
* quote marks
* Revert "Merge remote-tracking branch 'github/master' into patch-2"
This reverts commit 18e4256b828c4186fec806319cbf8b76f0d2c79b.
* Update language IDs
* Add missing submodule to grammars list
2016-12-05 18:50:05 -08:00
meganemura
31aafa2c78
Replace ruby-haml.tmbundle with language-haml
...
./script/add-grammar --replace ruby-haml.tmbundle https://github.com/ezekg/language-haml
2016-12-01 11:38:12 +09:00
Ahmad Salim Al-Sibahi
c87976330f
Added Rascal Grammar Link
2016-11-29 23:15:16 +01:00
René Schwaiger
33899b9d6b
Add support for EBNF
...
Extended Backus–Naur form ([EBNF][]) is a metalanguage used to specify
language grammars.
[EBNF]: https://en.wikipedia.org/wiki/Extended_Backus–Naur_form
2016-11-02 13:50:30 +01:00
René Schwaiger
6a1423d28f
Add support for ABNF
...
Augmented Backus–Naur form ([ABNF][]) is a metalanguage used to specify
language grammars.
[ABNF]: https://en.wikipedia.org/wiki/Augmented_Backus–Naur_form
2016-11-02 12:52:16 +01:00
Andrew Case
f6b6c4e165
Merge branch 'master' into add-mql4-mql5-current
2016-10-10 17:41:29 +03:00
Andrew Case
82af10e3fd
add support for MQL4 and MQL5
2016-09-19 22:03:57 +03:00
Alhadis
5fd8d71858
Remove license for old grammar
2016-09-16 06:17:16 +10:00