{"id":17871908,"url":"https://github.com/chris2011/netbeans-textmate-files","last_synced_at":"2025-03-21T19:31:38.251Z","repository":{"id":150787613,"uuid":"250090124","full_name":"Chris2011/netbeans-textmate-files","owner":"Chris2011","description":"A collection of textmate files for NetBeans","archived":false,"fork":false,"pushed_at":"2023-06-18T19:05:23.000Z","size":1442,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T04:16:22.057Z","etag":null,"topics":["hacktoberfest","netbeans"],"latest_commit_sha":null,"homepage":"","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chris2011.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"supported languages/abap/abap.tmLanguage.xml","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-25T20:59:17.000Z","updated_at":"2025-03-15T20:59:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa9f23d3-4c5b-40b6-921c-b5bbc0935855","html_url":"https://github.com/Chris2011/netbeans-textmate-files","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2Fnetbeans-textmate-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2Fnetbeans-textmate-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2Fnetbeans-textmate-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2Fnetbeans-textmate-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chris2011","download_url":"https://codeload.github.com/Chris2011/netbeans-textmate-files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244855480,"owners_count":20521651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","netbeans"],"created_at":"2024-10-28T10:39:33.669Z","updated_at":"2025-03-21T19:31:38.222Z","avatar_url":"https://github.com/Chris2011.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apache NetBeans textmate files\nThis repository is a collection of textmate files to add them easily to NetBeans, to add basic syntax highlighting for\na lot of languages. Over 50 languages are supported. Apache NetBeans \u003e= 12.0 is required. I know that the GUI was implemented earlier, so you can also try 11.3 but on your own risk.\n\nThose files where copied from differnet places, most of the time from the repos, that created similiar plugins for VS Code.\n\n## How to use:\n1. Move the folder `supported languages` to whereever you want.\n2. Open the `textmate-description.json` file of this repository.\n3. Change the paths to the correct folders/files (Depends on your system).\n4. Take the JSON and minify it [e.g. here](https://www.browserling.com/tools/json-minify).\n5. If available, open the `client.properties` (NetBeans related) file which is located here:\n\n    Windows\n\n        %userprofile%\\AppData\\Roaming\\NetBeans\\YourNetBeansVersion\\config\\Preferences\\org\\netbeans\\modules\\lsp\n\n    Linux\n\n        $HOME/.netbeans/YourNetBeansVersion/config/Preferences/org/netbeans/modules/lsp\n        \n    MacOS\n    \n        $HOME/Library/Application\\ Support/NetBeans/YourNetBeansVersion/config/Preferences/org/netbeans/modules/lsp\n6. If the folder and the file is not available (happens when you start NetBeans the first time and never touched the language server options), create the missing folder and the missing properties file and add this line to it `language.descriptions=[]`\n6. Replace the array with your minified version.\n7. Restart NetBeans.\n8. After restarting NetBeans, go to `Options` -\u003e `Editors (You need to have one Project open to see this Tab)` -\u003e `Language Servers`.\n9. You should see now all added languages.\n10. To apply them to NetBeans, select one language in the table, click on edit, click on ok.\n11. Click apply inside the options.\n12. Wait couple of seconds until NetBeans responded again.\n13. Click ok.\n14. Done.\n\n## Screenshot\n![screenshot](./screenshots/screenshot.png)\n\n## Legend\n:x: - Known Problems, tickets already created.\n\nSome languages are also just embedded languages like handlebars or silverstripe or others, those are not well supported, because the implementation doesn't know the language around that\n\n## Collected languages:\n* ANTLR(4) Files (.g \u0026 .g4) - [https://github.com/mike-lischke/vscode-antlr4/blob/master/syntaxes/antlr.json](https://github.com/mike-lischke/vscode-antlr4/blob/master/syntaxes/antlr.json)\n* Batch Files (.bat \u0026 .cmd) - [https://github.com/microsoft/vscode/blob/master/extensions/bat/syntaxes/batchfile.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/bat/syntaxes/batchfile.tmLanguage.json)\n* Bosque Files (.bsq) - [https://github.com/microsoft/BosqueLanguage/blob/master/bosque-language-tools/syntaxes/bosque.tmLanguage.json](https://github.com/microsoft/BosqueLanguage/blob/master/bosque-language-tools/syntaxes/bosque.tmLanguage.json)\n* Brainfuck Files (.b \u0026 .bf) - [https://github.com/attilabuti/brainfuck-syntax/blob/master/syntaxes/brainfuck.tmLanguage.json](https://github.com/attilabuti/brainfuck-syntax/blob/master/syntaxes/brainfuck.tmLanguage.json)\n* C# Files (.cs, .csx \u0026 .cake) - [https://github.com/microsoft/vscode/blob/master/extensions/csharp/syntaxes/csharp.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/csharp/syntaxes/csharp.tmLanguage.json)\n* Clojure Files (.clj, .cljc, .cljs, .cljx, .clojure \u0026 .edn) - [https://github.com/microsoft/vscode/blob/master/extensions/clojure/syntaxes/clojure.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/clojure/syntaxes/clojure.tmLanguage.json)\n* COBOL Files (.cbl, .ccp, .cob, .cpy, .dds, .pco, .scbl \u0026 .wks) - [https://github.com/spgennard/vscode_cobol/blob/master/syntaxes/COBOL.tmLanguage.json](https://github.com/spgennard/vscode_cobol/blob/master/syntaxes/COBOL.tmLanguage.json)\n* CodeQL Files (.ql \u0026 .qll) - [https://github.com/github/vscode-codeql/blob/main/syntaxes/ql.tmLanguage.json](https://github.com/github/vscode-codeql/blob/main/syntaxes/ql.tmLanguage.json)\n* CoffeeScript Files (.coffee, .csom \u0026 .iced) - [https://github.com/microsoft/vscode/blob/main/extensions/coffeescript/syntaxes/coffeescript.tmLanguage.json](https://github.com/microsoft/vscode/blob/main/extensions/coffeescript/syntaxes/coffeescript.tmLanguage.json)\n* Crystal Files (.cr) - [https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/master/syntaxes/crystal.json](https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/master/syntaxes/crystal.json)\n* Cucumber Files (.feature \u0026 .testcase) - [https://github.com/alexkrechik/VSCucumberAutoComplete/blob/master/gclient/syntaxes/feature.tmLanguage](https://github.com/alexkrechik/VSCucumberAutoComplete/blob/master/gclient/syntaxes/feature.tmLanguage)\n* D Files (.d \u0026 .di) - [https://github.com/Pure-D/code-d/blob/master/syntaxes/d.json](https://github.com/Pure-D/code-d/blob/master/syntaxes/d.json)\n* Dart Files (.dart) - [https://github.com/Dart-Code/Dart-Code/blob/master/syntaxes/dart.json](https://github.com/Dart-Code/Dart-Code/blob/master/syntaxes/dart.json)\n* Elixir Files (.ex \u0026 .exs) - [https://github.com/fr1zle/vscode-elixir/blob/master/syntaxes/elixir.json](https://github.com/fr1zle/vscode-elixir/blob/master/syntaxes/elixir.json)\n* Elm Files (.elm) - [https://github.com/elm-tooling/elm-language-client-vscode/blob/master/syntaxes/elm-syntax.json](https://github.com/elm-tooling/elm-language-client-vscode/blob/master/syntaxes/elm-syntax.json)\n* Epic Database Files (.db) - [https://github.com/NSenaud/vscode-epics/blob/master/syntaxes/db.tmLanguage.json](https://github.com/NSenaud/vscode-epics/blob/master/syntaxes/db.tmLanguage.json)\n* Epic Database Definition Files (.dbd) - [https://github.com/NSenaud/vscode-epics/blob/master/syntaxes/dbd.tmLanguage.json](https://github.com/NSenaud/vscode-epics/blob/master/syntaxes/dbd.tmLanguage.json)\n* Epic Streamdevice Protoype Files (.proto) - [https://github.com/NSenaud/vscode-epics/blob/master/syntaxes/proto.tmLanguage.json](https://github.com/NSenaud/vscode-epics/blob/master/syntaxes/proto.tmLanguage.json)\n* Epic Substitutions Files (.sub, .subs, .substitutions) - [https://github.com/NSenaud/vscode-epics/blob/master/syntaxes/sub.tmLanguage.json](https://github.com/NSenaud/vscode-epics/blob/master/syntaxes/sub.tmLanguage.json)\n* Erlang Files (.erl \u0026 .hrl) - [https://raw.githubusercontent.com/erlang-ls/grammar/main/Erlang.plist](https://raw.githubusercontent.com/erlang-ls/grammar/main/Erlang.plist)\n* F# Files (.fs, .fsi, .fsx \u0026 .fsscript) - [https://github.com/microsoft/vscode/blob/master/extensions/fsharp/syntaxes/fsharp.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/fsharp/syntaxes/fsharp.tmLanguage.json)\n* Forth Files (.frt, .fth, .4th \u0026 .forth) - [https://github.com/hirnidrin/vscode-lang-forth/blob/master/syntaxes/forth.tmLanguage.json](https://github.com/hirnidrin/vscode-lang-forth/blob/master/syntaxes/forth.tmLanguage.json)\n* Fortran Files (.f03, .f08, .f90 \u0026 .f95) - [https://github.com/krvajal/vscode-fortran-support/blob/master/syntaxes/fortran_free-form.tmLanguage.json](https://github.com/krvajal/vscode-fortran-support/blob/master/syntaxes/fortran_free-form.tmLanguage.json)\n* :x: - [NETBEANS-4539](https://issues.apache.org/jira/browse/NETBEANS-4539) Freemarker Files (.ftl) - [https://github.com/dcortes92/vs-freemarker/blob/master/syntaxes/ftl.tmLanguage](https://github.com/dcortes92/vs-freemarker/blob/master/syntaxes/ftl.tmLanguage)\n* Fuchsia Files (.fidl) - [https://fuchsia.googlesource.com/vscode-language-fidl/+/refs/heads/master/syntaxes/fidl.tmLanguage.json](https://fuchsia.googlesource.com/vscode-language-fidl/+/refs/heads/master/syntaxes/fidl.tmLanguage.json)\n* Galen Files (.gspec) - [https://github.com/simonhdickson/galen-vscode-extension/blob/master/syntaxes/galen.tmLanguage](https://github.com/simonhdickson/galen-vscode-extension/blob/master/syntaxes/galen.tmLanguage) \n* GLSL Files (.comp, .fshader, .frag, .geom, .glsl, .gs, .gsh, .gshader, .tesc, .tese, .vert, .vs \u0026 .vshader) - [https://github.com/euler0/sublime-glsl/blob/master/GLSL.tmLanguage](https://github.com/euler0/sublime-glsl/blob/master/GLSL.tmLanguage)\n* Go Files (.go) - [https://github.com/microsoft/vscode/blob/master/extensions/go/syntaxes/go.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/go/syntaxes/go.tmLanguage.json)\n* GraphQL Files (.gql, .graphql, .graphqls \u0026 .prisma) - [https://github.com/rmosolgo/language-graphql/blob/master/grammars/graphql.json](https://github.com/rmosolgo/language-graphql/blob/master/grammars/graphql.json)\n* Graphviz Files (.dot) - [https://github.com/Stephanvs/vscode-graphviz/blob/master/dot/syntaxes/dot.tmLanguage](https://github.com/Stephanvs/vscode-graphviz/blob/master/dot/syntaxes/dot.tmLanguage)\n* HAML Coffee Files (.hamlc) - [https://github.com/HarlemSquirrel/language-haml/blob/master/grammars/coffee%20haml.cson](https://github.com/HarlemSquirrel/language-haml/blob/master/grammars/coffee%20haml.cson)\n* HAML Ruby Files (.haml \u0026 .inky-haml) - [https://github.com/HarlemSquirrel/language-haml/blob/master/grammars/ruby%20haml.cson](https://github.com/HarlemSquirrel/language-haml/blob/master/grammars/ruby%20haml.cson)\n* Handlebar Files (.handlebars, .hbs \u0026 .hjs) - [https://github.com/Microsoft/vscode/blob/master/extensions/handlebars/syntaxes/Handlebars.tmLanguage.json](https://github.com/Microsoft/vscode/blob/master/extensions/handlebars/syntaxes/Handlebars.tmLanguage.json)\n* Haskell Files (.hs \u0026 .hsig) - [https://github.com/HeinrichApfelmus/textmate-haskell/blob/master/Haskell.tmbundle/Syntaxes/Haskell.tmLanguage](https://github.com/HeinrichApfelmus/textmate-haskell/blob/master/Haskell.tmbundle/Syntaxes/Haskell.tmLanguage)\n* Haxe Files (.hx \u0026 .dump) - [https://github.com/vshaxe/haxe-TmLanguage/blob/6e7f85bd0ee7f453ffaeefa291aeff3c41667b5a/haxe.tmLanguage](https://github.com/vshaxe/haxe-TmLanguage/blob/6e7f85bd0ee7f453ffaeefa291aeff3c41667b5a/haxe.tmLanguage)\n* HLSL Files (.cginc, .comput, .fx, .fxh, .hlsl, .hlsli, .psh, \u0026 .vsh) - [https://github.com/Microsoft/vscode/blob/master/extensions/hlsl/syntaxes/hlsl.tmLanguage.json](https://github.com/Microsoft/vscode/blob/master/extensions/hlsl/syntaxes/hlsl.tmLanguage.json)\n* HQL Files (.hql) - [https://github.com/adidonato/language-hql/blob/master/grammars/hql.cson](https://github.com/adidonato/language-hql/blob/master/grammars/hql.cson)\n* Http RestClient Files (.http) - [https://github.com/Huachao/vscode-restclient/blob/master/syntaxes/http.tmLanguage.json](https://github.com/Huachao/vscode-restclient/blob/master/syntaxes/http.tmLanguage.json)\n* Julia Files (.jl) - [https://github.com/julia-vscode/julia-vscode/blob/master/syntaxes/julia_vscode.json](https://github.com/julia-vscode/julia-vscode/blob/master/syntaxes/julia_vscode.json)\n* LaTeX Files (.tex) - [https://github.com/James-Yu/LaTeX-Workshop/blob/master/syntax/LaTeX.tmLanguage.json](https://github.com/James-Yu/LaTeX-Workshop/blob/master/syntax/LaTeX.tmLanguage.json)\n* LISP Files (.asd, .asdf, .cl, .lisp, .lsp \u0026 .ros) - [https://github.com/ailisp/commonlisp-vscode/blob/master/syntaxes/commonlisp.tmLanguage](https://github.com/ailisp/commonlisp-vscode/blob/master/syntaxes/commonlisp.tmLanguage)\n* LLVM Files (.ll) - [https://github.com/whitequark/LLVM.tmBundle/blob/master/Syntaxes/LLVM.tmLanguage](https://github.com/whitequark/LLVM.tmBundle/blob/master/Syntaxes/LLVM.tmLanguage)\n* LOG Files (.log) - [https://github.com/Microsoft/vscode/blob/master/extensions/log/syntaxes/log.tmLanguage.json](https://github.com/Microsoft/vscode/blob/master/extensions/log/syntaxes/log.tmLanguage.json)\n* LOLCode Files (.lol) - [https://github.com/arwinneil/vscode-lolcode/blob/master/syntaxes/lol.tmLanguage](https://github.com/arwinneil/vscode-lolcode/blob/master/syntaxes/lol.tmLanguage)\n* Lua Files (.lua) - [https://github.com/microsoft/vscode/blob/master/extensions/lua/syntaxes/lua.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/lua/syntaxes/lua.tmLanguage.json)\n* :x: - [NETBEANS-4539](https://issues.apache.org/jira/browse/NETBEANS-4539) Markdown Files (.markdown \u0026 .md) - [https://github.com/microsoft/vscode-markdown-tm-grammar/blob/master/syntaxes/markdown.tmLanguage](https://github.com/microsoft/vscode-markdown-tm-grammar/blob/master/syntaxes/markdown.tmLanguage)\n* Nim Files (.nim, .nims \u0026 .nim.cfg) - [https://github.com/pragmagic/vscode-nim/blob/master/syntaxes/nim.json](https://github.com/pragmagic/vscode-nim/blob/master/syntaxes/nim.json)\n* Objective-C Files (.m) - [https://github.com/microsoft/vscode/blob/master/extensions/objective-c/syntaxes/objective-c.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/objective-c/syntaxes/objective-c.tmLanguage.json)\n* Objective-C++ Files (.mm) - [https://github.com/microsoft/vscode/blob/master/extensions/objective-c/syntaxes/objective-c%2B%2B.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/objective-c/syntaxes/objective-c%2B%2B.tmLanguage.json)\n* OCaml Files (.ml \u0026 .mli) - [https://github.com/hackwaly/vscode-ocaml/blob/master/syntaxes/OCaml.tmLanguage](https://github.com/hackwaly/vscode-ocaml/blob/master/syntaxes/OCaml.tmLanguage)\n* OpenSCAD Files (.scad) - [https://github.com/tbuser/openscad.tmbundle/blob/master/Syntaxes/OpenSCAD.tmLanguage](https://github.com/tbuser/openscad.tmbundle/blob/master/Syntaxes/OpenSCAD.tmLanguage)\n* Perl Files (.pl, .pm, .pod, .psgi \u0026 .t) - [https://raw.githubusercontent.com/microsoft/vscode/master/extensions/perl/syntaxes/perl.tmLanguage.json](https://raw.githubusercontent.com/microsoft/vscode/master/extensions/perl/syntaxes/perl.tmLanguage.json)\n* Perl6 Files (.nqp, .p6, .pl6 \u0026 .pm6) - [https://raw.githubusercontent.com/microsoft/vscode/master/extensions/perl/syntaxes/perl6.tmLanguage.json](https://raw.githubusercontent.com/microsoft/vscode/master/extensions/perl/syntaxes/perl6.tmLanguage.json)\n* Powershell Files (.ps1, .psd1, .psm1, .psrc \u0026 .pssc) - [https://github.com/microsoft/vscode/blob/master/extensions/powershell/syntaxes/powershell.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/powershell/syntaxes/powershell.tmLanguage.json)\n* PureScript Files (.purs) - [https://github.com/nwolverson/vscode-language-purescript/blob/master/syntaxes/purescript.json](https://github.com/nwolverson/vscode-language-purescript/blob/master/syntaxes/purescript.json)\n* Python Files (.gyp, .gypi, .ipy, .py, .pyi, .pyw \u0026 .rpy) - [https://github.com/microsoft/vscode/blob/master/extensions/python/syntaxes/MagicPython.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/python/syntaxes/MagicPython.tmLanguage.json)\n* Q# Files (.qs) - [https://github.com/microsoft/qsharp-compiler/blob/master/src/VSCodeExtension/syntaxes/qsharp.tmLanguage.json.v.template](https://github.com/microsoft/qsharp-compiler/blob/master/src/VSCodeExtension/syntaxes/qsharp.tmLanguage.json.v.template)\n* R Files (.r, .Rprofile \u0026 .s) - [https://github.com/Ikuyadeu/vscode-R/blob/master/syntax/r.json](https://github.com/Ikuyadeu/vscode-R/blob/master/syntax/r.json)\n* Razor Files (.cshtml) - [https://github.com/microsoft/vscode/blob/master/extensions/razor/syntaxes/cshtml.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/razor/syntaxes/cshtml.tmLanguage.json)\n* ReasonML Files (.re \u0026 rei) - [https://raw.githubusercontent.com/reasonml-editor/vscode-reasonml/master/syntaxes/reason.json](https://raw.githubusercontent.com/reasonml-editor/vscode-reasonml/master/syntaxes/reason.json)\n* ReasonML Opam Files (.opam) - [https://raw.githubusercontent.com/reasonml-editor/vscode-reasonml/master/syntaxes/opam.json](https://raw.githubusercontent.com/reasonml-editor/vscode-reasonml/master/syntaxes/opam.json)\n* ReScript Files (.res \u0026 .resi) - [https://raw.githubusercontent.com/rescript-lang/rescript-vscode/master/grammars/rescript.tmLanguage.json](https://raw.githubusercontent.com/rescript-lang/rescript-vscode/master/grammars/rescript.tmLanguage.json)\n* Rholang Files (.rho) - [https://raw.githubusercontent.com/tgrospic/rholang-vscode/master/syntaxes/rho.tmLanguage.json](https://raw.githubusercontent.com/tgrospic/rholang-vscode/master/syntaxes/rho.tmLanguage.json)\n* Ruby Files (.erb, .gemspec, .podspec, .rake, .rb, .rbi, .rbx, .rjs \u0026 .ru) [https://github.com/rubyide/vscode-ruby/blob/master/packages/vscode-ruby/syntaxes/ruby.cson.json](https://github.com/rubyide/vscode-ruby/blob/master/packages/vscode-ruby/syntaxes/ruby.cson.json)\n* Rust Files (.rs) - [https://github.com/microsoft/vscode/blob/master/extensions/rust/syntaxes/rust.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/rust/syntaxes/rust.tmLanguage.json)\n* Salt Files (.salt) - [https://github.com/discus-lang/salt-vscode/blob/master/syntaxes/salt.tmGrammar.json](https://github.com/discus-lang/salt-vscode/blob/master/syntaxes/salt.tmGrammar.json)\n* SaltStack Files (.j2, .jinja, .sls \u0026 .tst) - [https://github.com/korekontrol/vscode-saltstack/blob/master/package.json](https://github.com/korekontrol/vscode-saltstack/blob/master/package.json)\n* SAP ABAP Files (.abap) - [https://github.com/larshp/vscode-abap/blob/main/syntaxes/abap.tmLanguage](https://github.com/larshp/vscode-abap/blob/main/syntaxes/abap.tmLanguage)\n* SASS Files (.sass) - [https://github.com/TheRealSyler/vscode-sass-indented/blob/master/syntaxes/sass.tmLanguage.json](https://github.com/TheRealSyler/vscode-sass-indented/blob/master/syntaxes/sass.tmLanguage.json)\n* Scala Files (.sbt \u0026 .scala) - [https://github.com/sellmerfud/scala.tmbundle/blob/master/Syntaxes/Scala.tmLanguage](https://github.com/sellmerfud/scala.tmbundle/blob/master/Syntaxes/Scala.tmLanguage)\n* Scheme Files (.rkt, .sch \u0026 scm) - [https://github.com/sjhuangx/vscode-scheme/blob/master/syntaxes/scheme.tmLanguage](https://github.com/sjhuangx/vscode-scheme/blob/master/syntaxes/scheme.tmLanguage)\n* SilverStripe Files (.ss) - [https://github.com/benjamin-smith/sublime-text-silverstripe/blob/master/SilverStripe.tmLanguage.JSON](https://github.com/benjamin-smith/sublime-text-silverstripe/blob/master/SilverStripe.tmLanguage.JSON)\n* Smalltalk Files (.st) - [https://github.com/PleasedSkin/smalltalk-vscode/tree/master/smalltalk/syntaxes](https://github.com/PleasedSkin/smalltalk-vscode/tree/master/smalltalk/syntaxes)\n* Snort Infosec Files (.snort \u0026 .rules) - [https://github.com/infosec-intern/textmate-snort/blob/main/syntaxes/snort.tmLanguage](https://github.com/infosec-intern/textmate-snort/blob/main/syntaxes/snort.tmLanguage)\n* Solidity Ethereum Files (.sol) - [https://raw.githubusercontent.com/juanfranblanco/vscode-solidity/master/syntaxes/solidity.json](https://raw.githubusercontent.com/juanfranblanco/vscode-solidity/master/syntaxes/solidity.json)\n* Swift Files (.swift) - [https://github.com/Microsoft/vscode/blob/master/extensions/swift/syntaxes/swift.tmLanguage.json](https://github.com/Microsoft/vscode/blob/master/extensions/swift/syntaxes/swift.tmLanguage.json)\n* TCL Files (.tcl) - [https://github.com/sleutho/tcl/blob/master/syntaxes/tcl.tmLanguage](https://github.com/sleutho/tcl/blob/master/syntaxes/tcl.tmLanguage)\n* TeX Files (.bbx, .cbx, .cls, .ltx \u0026 .sty) - [https://github.com/James-Yu/LaTeX-Workshop/blob/master/syntax/TeX.tmLanguage.json](https://github.com/James-Yu/LaTeX-Workshop/blob/master/syntax/TeX.tmLanguage.json)\n* Toml Files (.toml) - [https://raw.githubusercontent.com/oovm/vscode-toml/master/extension/toml.tmLanguage.json](https://raw.githubusercontent.com/oovm/vscode-toml/master/extension/toml.tmLanguage.json)\n* Unix Shell Files (.bash, .bashrc, .bash_aliases, .bash_profile, .bash_login, .bash_logout, .csh, .cshrc, .ebuild, .install, .ksh, .profile, .sh, .tcshrc, .yash_profile, .yashrc, .zlogin, .zlogout, .zprofile, .zsh, .zsh-theme, .zshenv \u0026 .zshrc) - [https://github.com/microsoft/vscode/blob/master/extensions/shellscript/syntaxes/shell-unix-bash.tmLanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/shellscript/syntaxes/shell-unix-bash.tmLanguage.json)\n* V Files (.v, .vh \u0026 .vsh) - [https://github.com/vlang/vscode-vlang/blob/master/syntaxes/v.tmLanguage.json](https://github.com/vlang/vscode-vlang/blob/master/syntaxes/v.tmLanguage.json)\n* Visual Basic Files (.bas, .brs, .vb \u0026 .vbs) - [https://github.com/microsoft/vscode/blob/master/extensions/vb/syntaxes/asp-vb-net.tmlanguage.json](https://github.com/microsoft/vscode/blob/master/extensions/vb/syntaxes/asp-vb-net.tmlanguage.json)\n* Vuejs Files (.vue) - [https://github.com/vuejs/vetur/blob/master/syntaxes/vue.tmLanguage.json](https://github.com/vuejs/vetur/blob/master/syntaxes/vue.tmLanguage.json)\n* WebAssembly Files (.wast \u0026 .wat) - [https://raw.githubusercontent.com/Alhadis/language-webassembly/master/grammars/webassembly.cson](https://raw.githubusercontent.com/Alhadis/language-webassembly/master/grammars/webassembly.cson)\n* Windows Registry Files (.reg) - [https://github.com/ionutvmi/reg-vscode/blob/master/syntaxes/reg.tmLanguage](https://github.com/ionutvmi/reg-vscode/blob/master/syntaxes/reg.tmLanguage)\n* YARA Files (.yar \u0026 .yara) - [https://github.com/infosec-intern/textmate-yara/blob/main/yara/syntaxes/yara.tmLanguage](https://github.com/infosec-intern/textmate-yara/blob/main/yara/syntaxes/yara.tmLanguage)\n* ZIG Files (.zig) - [https://github.com/ziglang/vscode-zig/tree/master/syntaxes/zig.tmLanguage.json](https://github.com/ziglang/vscode-zig/tree/master/syntaxes/zig.tmLanguage.json)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris2011%2Fnetbeans-textmate-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris2011%2Fnetbeans-textmate-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris2011%2Fnetbeans-textmate-files/lists"}