GitHub
d251af7e6c
Update lockfile.json
2021-09-17 21:06:36 +02:00
Stephan Seitz
fb20cf868b
Update teal highlights
2021-09-17 21:06:36 +02:00
GitHub
740ff78a97
Update lockfile.json
2021-09-17 21:06:36 +02:00
Connor Lay (Clay)
363ac62e23
Feature: Add Surface language and integrate with Elixir ( #1645 )
...
* Add initial surface highlights & injections
* Additional surface highlights
* Filetype detection, fix injections
* Fix Elixir function highlight when left is an identifier
* Add surface parser
* Fix comment highlights
* Surface folds, indents, better highlights
* Highlight surface components & directives
* Restore comments Elixir injections
2021-09-17 21:06:36 +02:00
Santos Gallegos
b2ce0800cf
CI: don't require to have parsers installed to check for injections
2021-09-17 21:06:36 +02:00
leo60228
d8d45ffb63
add compound_lit.c test
2021-09-17 21:06:36 +02:00
leo60228
dfb5628a74
Indent C compound_literal_expression
2021-09-17 21:06:36 +02:00
Stephan Seitz
acd9f81293
Use node action
2021-09-17 21:06:36 +02:00
Tae Sandoval
cce29d8b8d
Add some missing ftdetect files
2021-09-17 21:06:36 +02:00
Github Actions
33d75f099d
[docgen] Update README.md
...
skip-checks: true
2021-09-17 21:06:36 +02:00
Pierre Poupin
8c0cb4b6b3
feature: add gdresource ftdetect
2021-09-17 21:06:36 +02:00
Pierre Poupin
38964c741b
feature: make godotResource compatible with gdresource filetype
2021-09-17 21:06:36 +02:00
Github Actions
94c08e785a
[docgen] Update README.md
...
skip-checks: true
2021-09-17 21:06:36 +02:00
Pierre Poupin
6875f4bd9d
feature: add godotResource queries
2021-09-17 21:06:36 +02:00
Stephan Seitz
95a3e81630
highlights(clojure): fix highlighting of #_
...
Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
2021-09-17 21:06:36 +02:00
GitHub
b73bde667a
Update lockfile.json
2021-09-17 21:06:36 +02:00
Tomas Sandven
b1ce959946
Update YANG parser revision and highlights query
2021-09-17 21:06:36 +02:00
GitHub
6d336f9e3d
Update lockfile.json
2021-09-17 21:06:36 +02:00
Mark Ellis
51fd70749b
added very basic HCL indentation support
2021-09-17 21:06:36 +02:00
Hennadii Chernyshchyk
808f0d9ce1
Remove regex for field
2021-09-17 21:06:36 +02:00
mads kjeldgaard
64ea6cd46f
recurse_local_nodes: type check local_def to ensure it is a table ( #1331 )
2021-09-17 21:06:36 +02:00
Simon Hauser
ada52fe561
fix: make additional_vim_regex_highlighting actually accept a list
2021-09-17 21:06:36 +02:00
GitHub
60441706ee
Update lockfile.json
2021-09-17 21:06:36 +02:00
Stephan Seitz
3f5d554f68
injections(cuda): add injections.scm
2021-09-17 21:06:36 +02:00
Stephan Seitz
af63aa17d4
highlights(cuda): add support for __launch_bounds__
2021-09-17 21:06:36 +02:00
GitHub
bdf740565c
Update lockfile.json
2021-09-17 21:06:36 +02:00
Stephan Seitz
764eec1617
Change install command on Mac
...
Fixes #1600
2021-09-17 21:06:36 +02:00
David Hotham
7d5becca27
YANG fold on blocks
2021-09-17 21:06:36 +02:00
Duarte OC
bd2129ea0e
Update README.md
2021-09-17 21:06:36 +02:00
Duarte OC
6749dc7332
Updated TSInstall example command.
...
When getting set up, the current instructions make me think I have to write `:TSInstall {'python'}`, when the correct command is `TSInstall python`
Let me know if this makes sense 😄
2021-09-17 21:06:36 +02:00
Laurence Tratt
da86014e1f
"-z" needs to come before "-f".
2021-09-17 21:06:36 +02:00
Laurence Tratt
6b0179cba6
Add -z switch to tar.
...
Some versions of tar automatically infer `-z` if a `.gz` (or other compressed
extension) file is passed -- but some, including OpenBSD's, don't do this and
require an explicit `-z`. As far as I know, any version of tar which
automatically unzips files supports `-z` so this should be a backwards
compatible change for most versions of tar.
2021-09-17 21:06:36 +02:00
GitHub
cfc24d9673
Update lockfile.json
2021-09-17 21:06:36 +02:00
26797767+krnik
f8e17e74a5
Update transferred fish repo info
2021-09-17 21:06:36 +02:00
Thomas Vigouroux
2b4ab852bf
docs: notify about 0.5-compat in the readme
2021-09-17 21:06:36 +02:00
Oliver Marshall
d569c542cd
Don't capture quotes as comments
2021-09-17 21:06:36 +02:00
Oliver Marshall
4d61d5f114
Remove last @a
2021-09-17 21:06:36 +02:00
Oliver Marshall
c810888952
Remove docstring highlights
2021-09-17 21:06:36 +02:00
Oliver Marshall
f7aebc15a1
Use ignored capture groups
2021-09-17 21:06:36 +02:00
Oliver Marshall
cc8e5caaba
Improve some comments
2021-09-17 21:06:36 +02:00
Oliver Marshall
f68cf9e793
Improve highlights for types
2021-09-17 21:06:36 +02:00
Oliver Marshall
d562ffcab9
Remove constant highlighting
2021-09-17 21:06:36 +02:00
Oliver Marshall
6641eee7a7
Add forgotten annon function highlight
2021-09-17 21:06:36 +02:00
Oliver Marshall
c9209f8a2c
Add header comment
2021-09-17 21:06:36 +02:00
Oliver Marshall
d6aae5a7d2
Add some todos
2021-09-17 21:06:36 +02:00
Oliver Marshall
36964190f2
Add context based highlighting for def, defn & ns
2021-09-17 21:06:36 +02:00
Oliver Marshall
16a06b30c2
Revamp the symbol highlighting
2021-09-17 21:06:36 +02:00
Oliver Marshall
b8b0da006b
Move meta punctuation
2021-09-17 21:06:36 +02:00
Oliver Marshall
0cf75fd96d
Simplify
2021-09-17 21:06:36 +02:00
Oliver Marshall
99185fcf7d
Add some comments & TODOs
2021-09-17 21:06:36 +02:00